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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 7f8bf67153..a6a3968435 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -108,7 +108,7 @@ public:
void prepareStart();
- void playTot(int16 skipPlay);
+ void playTot(int16 function);
void capturePush(int16 left, int16 top, int16 width, int16 height);
void capturePop(char doDraw);
@@ -123,7 +123,7 @@ public:
void start();
void totSub(int8 flags, const char *newTotFile);
- void switchTotSub(int16 index, int16 skipPlay);
+ void switchTotSub(int16 index, int16 function);
protected:
char _tempStr[256];