aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mads/nebular/nebular_scenes1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes1.h b/engines/mads/nebular/nebular_scenes1.h
index 2322406fdb..f150e2f135 100644
--- a/engines/mads/nebular/nebular_scenes1.h
+++ b/engines/mads/nebular/nebular_scenes1.h
@@ -134,7 +134,7 @@ private:
bool _explosionFl;
public:
- Scene105(MADSEngine *vm) : Scene1xx(vm) {}
+ Scene105(MADSEngine *vm) : Scene1xx(vm), _explosionFl(false) {}
virtual void setup();
virtual void enter();