aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
authorSven Hesse2006-11-27 14:19:30 +0000
committerSven Hesse2006-11-27 14:19:30 +0000
commit9afb08341c89d20f54de4b6c9efec69ab60fc79d (patch)
tree4a4ec7a00af1ff2cd88e0b328d69f2b5ec40cb49 /engines/gob/game.h
parentb2fb23a134d7f6486bef0922159fa747411d9f14 (diff)
downloadscummvm-rg350-9afb08341c89d20f54de4b6c9efec69ab60fc79d.tar.gz
scummvm-rg350-9afb08341c89d20f54de4b6c9efec69ab60fc79d.tar.bz2
scummvm-rg350-9afb08341c89d20f54de4b6c9efec69ab60fc79d.zip
- Properly implemented o2_getCDTrackPos()
- Each save has now its own file (.s??). They also should be endian-safe now (Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp) - General endianness-fixes svn-id: r24794
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 73d491afb1..f0c78d692e 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -169,6 +169,7 @@ public:
char *_imFileDataArray[5];
char *_variablesArray[5];
char _curTotFileArray[5][14];
+ byte *_variablesSizesArray[5];
Imd *_imdFile;
char _curImdFile[15];