[Scummvm-cvs-logs] SF.net SVN: scummvm: [27418] scummvm/trunk/engines/saga/saga.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 15 18:26:23 CEST 2007


Revision: 27418
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27418&view=rev
Author:   thebluegr
Date:     2007-06-15 09:26:14 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
IHNM no longer crashes during character selection if the mouse cursor is over a character before AM finishes his speech

Modified Paths:
--------------
    scummvm/trunk/engines/saga/saga.cpp

Modified: scummvm/trunk/engines/saga/saga.cpp
===================================================================
--- scummvm/trunk/engines/saga/saga.cpp	2007-06-15 14:39:57 UTC (rev 27417)
+++ scummvm/trunk/engines/saga/saga.cpp	2007-06-15 16:26:14 UTC (rev 27418)
@@ -353,6 +353,11 @@
 	ActorData *actor;
 	ObjectData *obj;
 	const HitZone *hitZone;
+
+	// Disable the object names in IHNM when the chapter is 8
+	if (getGameType() == GType_IHNM && _scene->currentChapterNumber() == 8)
+		return "";
+
 	switch (objectTypeId(objectId)) {
 	case kGameObjectObject:
 		obj = _actor->getObj(objectId);


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