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 f496af7d00..6a8a256c8a 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -327,7 +327,7 @@ public:
virtual ~Game_v6() {}
protected:
- uint32 _dword_63E44;
+ uint32 _someTimeDly;
virtual void setCollisions(byte arg_0 = 1);
virtual void collSub(uint16 offset);
@@ -336,7 +336,7 @@ protected:
virtual int16 checkMousePoint(int16 all, int16 *resId, int16 *resIndex);
- void sub_1BA78();
+ void collSubReenter();
};
} // End of namespace Gob