From d1cebcca2018ed4ef47ad125e45aafd018a2ab2e Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Fri, 10 Jan 2025 14:43:42 +0100 Subject: make format --- game/missile/SpawnEvent.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'game/missile/SpawnEvent.cpp') diff --git a/game/missile/SpawnEvent.cpp b/game/missile/SpawnEvent.cpp index a54d0a5..c7209b7 100644 --- a/game/missile/SpawnEvent.cpp +++ b/game/missile/SpawnEvent.cpp @@ -1,12 +1,11 @@ #include "SpawnEvent.h" #include "Random.h" - -#include #include #include #include #include +#include #include #include @@ -40,7 +39,6 @@ bool MissileSpawnEventHandler::on_event(const MissileSpawnEvent & event) { transform.position.x = camera_transform.position.x + this->MISSILE_OFFSET; transform.position.y = Random::i(this->MAX_RANGE, this->MIN_RANGE); - auto & alert_transform = alert_transforms[i].get(); auto & alert_sprite = alert_sprites[i].get(); alert_sprite.active = true; -- cgit v1.2.3