From a83be36a978d9225294079898e846cd7610ea20c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 31 Jan 2007 02:34:55 +0000 Subject: Expanded the chute animation to display the full sequence as the player leaves the dungeon svn-id: r25302 --- engines/lure/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/lure/game.h') diff --git a/engines/lure/game.h b/engines/lure/game.h index a8960ee580..8858b3a70b 100644 --- a/engines/lure/game.h +++ b/engines/lure/game.h @@ -52,6 +52,8 @@ private: void doAction(Action action, uint16 hotspotId, uint16 usedId); void playerChangeRoom(); + void displayChuteAnimation(); + void displayBarrelAnimation(); void handleBootParam(int value); public: Game(); -- cgit v1.2.3