aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index d0c70e5fba..7e14a54091 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -110,7 +110,9 @@ public:
int16 _extHandle;
- Snd::SoundDesc *_soundSamples[20];
+ Snd::SoundDesc *_soundSamples[60];
+ int16 _soundIds[60];
+ int8 _soundTypes[60];
char _totToLoad[20];
@@ -157,7 +159,9 @@ public:
void loadImFile(void);
void start(void);
void totSub(int8 flags, char *newTotFile);
+ void switchTotSub(int16 index, int16 skipPlay);
char *loadLocTexts(void);
+ Snd::SoundDesc *loadSND(const char *path, int8 arg_4);
virtual void playTot(int16 skipPlay) = 0;
virtual void clearCollisions(void) = 0;