From f785068dc3fc0a485a78439d386c1bdf72d5d7e4 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 15 Dec 2008 00:27:05 +0000 Subject: Some more Urban Runner changes. Still no cylindrical smoking device, though svn-id: r35371 --- engines/gob/game.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/gob/game.h') diff --git a/engines/gob/game.h b/engines/gob/game.h index 2a4aae1190..421f7c1de5 100644 --- a/engines/gob/game.h +++ b/engines/gob/game.h @@ -111,8 +111,9 @@ public: int16 checkKeys(int16 *pMousex = 0, int16 *pMouseY = 0, int16 *pButtons = 0, char handleMouse = 0); void start(void); - void totSub(int8 flags, const char *newTotFile); - void switchTotSub(int16 index, int16 skipPlay); + + virtual void totSub(int8 flags, const char *newTotFile); + virtual void switchTotSub(int16 index, int16 skipPlay); void freeCollision(int16 id); @@ -300,6 +301,8 @@ protected: class Game_v6 : public Game_v2 { public: + virtual void totSub(int8 flags, const char *newTotFile); + virtual int16 addNewCollision(int16 id, uint16 left, uint16 top, uint16 right, uint16 bottom, int16 flags, int16 key, uint16 funcEnter, uint16 funcLeave, uint16 funcSub = 0); -- cgit v1.2.3