aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/cge.h')
-rw-r--r--engines/cge/cge.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index 6d2842c613..835c47cb6e 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -107,7 +107,6 @@ public:
int _pocref[kPocketNX];
uint8 _volume[2];
int _maxCaveArr[5];
-
int _maxCave;
bool _flag[4];
bool _dark;
@@ -117,6 +116,12 @@ public:
char _usrFnam[15];
int _mode;
int _soundOk;
+ int _gameCase2Cpt;
+
+ Sprite *_sprTv;
+ Sprite *_sprK1;
+ Sprite *_sprK2;
+ Sprite *_sprK3;
Common::RandomSource _randomSource;
byte * _mini;