aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
authorSven Hesse2009-04-27 18:56:28 +0000
committerSven Hesse2009-04-27 18:56:28 +0000
commitc88b077fcc9f8f06b36f882285f14e0fe7a8a5a6 (patch)
tree7dbe6d1cbe94f87665225911e9b1bcb95e267941 /engines/gob/game.h
parentf177c7142c996fbeed564fe06316f5bc6f6b6914 (diff)
downloadscummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.gz
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.bz2
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.zip
Some minor clean-up
svn-id: r40166
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