[Scummvm-cvs-logs] SF.net SVN: scummvm: [26994] scummvm/trunk/engines/lure/hotspots.cpp
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Mon May 28 13:38:58 CEST 2007
Revision: 26994
http://scummvm.svn.sourceforge.net/scummvm/?rev=26994&view=rev
Author: dreammaster
Date: 2007-05-28 04:38:57 -0700 (Mon, 28 May 2007)
Log Message:
-----------
Impelemented game as far as dragon cave entrance
Modified Paths:
--------------
scummvm/trunk/engines/lure/hotspots.cpp
Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp 2007-05-28 11:38:10 UTC (rev 26993)
+++ scummvm/trunk/engines/lure/hotspots.cpp 2007-05-28 11:38:57 UTC (rev 26994)
@@ -2787,17 +2787,6 @@
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();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list