[Scummvm-cvs-logs] SF.net SVN: scummvm: [21883] scummvm/trunk/engines/simon/verb.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Apr 14 03:38:03 CEST 2006


Revision: 21883
Author:   kirben
Date:     2006-04-14 03:36:44 -0700 (Fri, 14 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21883&view=rev

Log Message:
-----------
Fix object name display, after conversation in FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/verb.cpp
Modified: scummvm/trunk/engines/simon/verb.cpp
===================================================================
--- scummvm/trunk/engines/simon/verb.cpp	2006-04-14 10:32:06 UTC (rev 21882)
+++ scummvm/trunk/engines/simon/verb.cpp	2006-04-14 10:36:44 UTC (rev 21883)
@@ -323,7 +323,7 @@
 	uint count = ARRAYSIZE(_hitAreas);
 
 	do {
-		if (ha->id == hitarea_id)
+		if (ha->id == hitarea_id && ha->flags != 0)
 			return ha;
 	} while (ha++, --count);
 	return NULL;


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