[Scummvm-cvs-logs] SF.net SVN: scummvm: [20765] scummvm/trunk/engines/lure/debug-methods.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Feb 18 20:20:02 CET 2006


Revision: 20765
Author:   dreammaster
Date:     2006-02-18 20:19:09 -0800 (Sat, 18 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20765&view=rev

Log Message:
-----------
Changed hotspot references to use updated hotspot methods

Modified Paths:
--------------
    scummvm/trunk/engines/lure/debug-methods.cpp
Modified: scummvm/trunk/engines/lure/debug-methods.cpp
===================================================================
--- scummvm/trunk/engines/lure/debug-methods.cpp	2006-02-19 04:17:54 UTC (rev 20764)
+++ scummvm/trunk/engines/lure/debug-methods.cpp	2006-02-19 04:19:09 UTC (rev 20765)
@@ -61,10 +61,10 @@
 		s += strlen(s);
 
 		sprintf(s, "h pos=(%d,%d,%d) size=(%d,%d) - ",
-			h.resource().roomNumber, h.x(), h.y(), h.width(), h.height());
+			h.roomNumber(), h.x(), h.y(), h.width(), h.height());
 		s += strlen(s);
 
-		uint16 nameId = h.resource().nameId;
+		uint16 nameId = h.nameId();
 		if (nameId != 0) {
 			StringData::getReference().getString(nameId, s, NULL, NULL);
 			s += strlen(s);







More information about the Scummvm-git-logs mailing list