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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Mon Aug 7 15:26:40 CEST 2006


Revision: 23695
Author:   dreammaster
Date:     2006-08-07 06:26:30 -0700 (Mon, 07 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23695&view=rev

Log Message:
-----------
Renamed hotspot talking destination character field to make it's use clearer

Modified Paths:
--------------
    scummvm/trunk/engines/lure/res_struct.cpp
    scummvm/trunk/engines/lure/res_struct.h
Modified: scummvm/trunk/engines/lure/res_struct.cpp
===================================================================
--- scummvm/trunk/engines/lure/res_struct.cpp	2006-08-07 13:24:45 UTC (rev 23694)
+++ scummvm/trunk/engines/lure/res_struct.cpp	2006-08-07 13:26:30 UTC (rev 23695)
@@ -303,7 +303,7 @@
 	blockedState = BS_NONE;
 	coveredFlag = false;
 	talkMessageId = 0;
-	talkDestHotspot = 0;
+	talkDestCharacterId = 0;
 	talkCountdown = 0;
 	pauseCtr = 0;
 	useHotspotId = 0;

Modified: scummvm/trunk/engines/lure/res_struct.h
===================================================================
--- scummvm/trunk/engines/lure/res_struct.h	2006-08-07 13:24:45 UTC (rev 23694)
+++ scummvm/trunk/engines/lure/res_struct.h	2006-08-07 13:26:30 UTC (rev 23695)
@@ -421,7 +421,7 @@
 	BlockedState blockedState;
 	bool coveredFlag;
 	uint16 talkMessageId;
-	uint16 talkDestHotspot;
+	uint16 talkDestCharacterId;
 	uint16 talkCountdown;
 	uint16 pauseCtr;
 	uint16 useHotspotId;


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