diff options
author | Paul Gilbert | 2007-05-28 11:38:57 +0000 |
---|---|---|
committer | Paul Gilbert | 2007-05-28 11:38:57 +0000 |
commit | 5af5c3b0a7328b0fe12f3d0adf06db754985e5af (patch) | |
tree | 8b6544a3967b194dec670fe7ffa238e33789ac69 /engines | |
parent | 75e87b4c8b2d119b87faf10df4524e1b2498a3a2 (diff) | |
download | scummvm-rg350-5af5c3b0a7328b0fe12f3d0adf06db754985e5af.tar.gz scummvm-rg350-5af5c3b0a7328b0fe12f3d0adf06db754985e5af.tar.bz2 scummvm-rg350-5af5c3b0a7328b0fe12f3d0adf06db754985e5af.zip |
Impelemented game as far as dragon cave entrance
svn-id: r26994
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lure/hotspots.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
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(); |