[Scummvm-cvs-logs] SF.net SVN: scummvm: [28458] scummvm/trunk/engines/lure/hotspots.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Aug 5 05:26:00 CEST 2007


Revision: 28458
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28458&view=rev
Author:   dreammaster
Date:     2007-08-04 20:26:00 -0700 (Sat, 04 Aug 2007)

Log Message:
-----------
Removed unused fields

Modified Paths:
--------------
    scummvm/trunk/engines/lure/hotspots.cpp

Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp	2007-08-05 02:56:51 UTC (rev 28457)
+++ scummvm/trunk/engines/lure/hotspots.cpp	2007-08-05 03:26:00 UTC (rev 28458)
@@ -2587,7 +2587,7 @@
 
 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 @@
 	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;


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