[Scummvm-cvs-logs] SF.net SVN: scummvm: [29545] scummvm/trunk/engines/agos/script_e2.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Nov 18 05:42:40 CET 2007


Revision: 29545
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29545&view=rev
Author:   Kirben
Date:     2007-11-17 20:42:40 -0800 (Sat, 17 Nov 2007)

Log Message:
-----------
Update comment for workaround for bug #1745996.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/script_e2.cpp

Modified: scummvm/trunk/engines/agos/script_e2.cpp
===================================================================
--- scummvm/trunk/engines/agos/script_e2.cpp	2007-11-18 04:34:08 UTC (rev 29544)
+++ scummvm/trunk/engines/agos/script_e2.cpp	2007-11-18 04:42:40 UTC (rev 29545)
@@ -654,9 +654,9 @@
 	int16 a = getNextWord(), b = getNextWord();
 
 	if (getGameType() == GType_ELVIRA2) {
-		// WORKAROUND: A NULL item can occur when interacting with Wine Bottles
+		// WORKAROUND bug #1745996: A NULL item can occur when 
+		// interacting with items in the dinning room
 		if (item == NULL) {
-			warning("Please report where exactly this occurs in Elvira 2");
 			setScriptCondition(false);
 			return;
 		}


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