diff options
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r-- | engines/cge2/cge2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h index caf39227c6..613168e88e 100644 --- a/engines/cge2/cge2.h +++ b/engines/cge2/cge2.h @@ -260,7 +260,9 @@ public: bool _quitFlag; Dac *_bitmapPalette; bool _music; + bool _sfx; int _oldMusicVolume; + int _oldSfxVolume; int _startupMode; int _now; int _sex; |