From 5af5c3b0a7328b0fe12f3d0adf06db754985e5af Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 28 May 2007 11:38:57 +0000 Subject: Impelemented game as far as dragon cave entrance svn-id: r26994 --- engines/lure/hotspots.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'engines') diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index bbeabe71aa..e607b04d20 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -2787,17 +2787,6 @@ void HotspotTickHandlers::playerAnimHandler(Hotspot &h) { debugC(ERROR_DETAILED, kLureDebugAnimations, "Hotspot player anim handler end"); } -struct RoomTranslationRecord { - uint8 srcRoom; - uint8 destRoom; -}; - -RoomTranslationRecord roomTranslations[] = { - {0x1E, 0x13}, {0x07, 0x08}, {0x1C, 0x12}, {0x26, 0x0F}, - {0x27, 0x0F}, {0x28, 0x0F}, {0x29, 0x0F}, {0x22, 0x0A}, - {0x23, 0x13}, {0x24, 0x14}, {0x31, 0x2C}, {0x2F, 0x2C}, - {0, 0}}; - void HotspotTickHandlers::followerAnimHandler(Hotspot &h) { static int countdownCtr = 0; Resources &res = Resources::getReference(); -- cgit v1.2.3