aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 6500c7f2a7..fb739141cb 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -95,7 +95,12 @@ enum GameType {
kGameTypeLostInTime,
kGameTypeInca2,
kGameTypeDynasty,
- kGameTypeUrban
+ kGameTypeUrban,
+ kGameTypeArchibald,
+ kGameTypeSpirou,
+ kGameTypeFascination,
+ kGameTypeGeisha,
+ kGameTypeAdibou4
};
enum Features {
@@ -208,8 +213,8 @@ public:
uint16 _height;
uint8 _mode;
+ char *_startStk;
char *_startTot;
- char *_startTot0;
bool _copyProtection;
bool _noMusic;