From ec1803f838d5efc7decf75c05a1fb4a9633751e5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Aug 2007 03:26:00 +0000 Subject: Removed unused fields svn-id: r28458 --- engines/lure/hotspots.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index b4ade06bd4..7def0be9ab 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -2587,7 +2587,7 @@ void HotspotTickHandlers::puzzledAnimHandler(Hotspot &h) { void HotspotTickHandlers::roomExitAnimHandler(Hotspot &h) { Resources &res = Resources::getReference(); - ValueTableData &fields = res.fieldList(); +// ValueTableData &fields = res.fieldList(); RoomExitJoinData *rec = res.getExitJoin(h.hotspotId()); if (!rec) return; byte *currentFrame, *destFrame; @@ -2628,7 +2628,6 @@ void HotspotTickHandlers::playerAnimHandler(Hotspot &h) { RoomPathsData &paths = Resources::getReference().getRoom(h.roomNumber())->paths; PathFinder &pathFinder = h.pathFinder(); CurrentActionStack &actions = h.currentActions(); - ValueTableData &fields = res.fieldList(); uint16 impingingList[MAX_NUM_IMPINGING]; int numImpinging; Action hsAction; -- cgit v1.2.3