From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/Explosion.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Stars45/Explosion.h') diff --git a/Stars45/Explosion.h b/Stars45/Explosion.h index f277131..78c48f9 100644 --- a/Stars45/Explosion.h +++ b/Stars45/Explosion.h @@ -52,7 +52,7 @@ class System; // +--------------------------------------------------------------------+ -class Explosion : public SimObject, +class Explosion : public SimObject, public SimObserver { public: @@ -66,7 +66,7 @@ public: HULL_FIRE = 6, PLASMA_LEAK = 7, SMOKE_TRAIL = 8, - SMALL_FIRE = 9, + SMALL_FIRE = 9, SMALL_EXPLOSION = 10, LARGE_EXPLOSION = 11, LARGE_BURST = 12, @@ -75,7 +75,7 @@ public: HYPER_FLASH = 15 }; - Explosion(int type, const Vec3& pos, const Vec3& vel, + Explosion(int type, const Vec3& pos, const Vec3& vel, float exp_scale, float part_scale, SimRegion* rgn=0, SimObject* source=0); virtual ~Explosion(); @@ -94,7 +94,7 @@ public: protected: int type; - Particles* particles; + Particles* particles; float scale; float scale1; -- cgit v1.1