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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Jul 2 02:22:03 CEST 2007


Revision: 27845
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27845&view=rev
Author:   Kirben
Date:     2007-07-01 17:22:03 -0700 (Sun, 01 Jul 2007)

Log Message:
-----------
Use warning for that last work around.

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-07-02 00:14:53 UTC (rev 27844)
+++ scummvm/trunk/engines/agos/script_e2.cpp	2007-07-02 00:22:03 UTC (rev 27845)
@@ -656,7 +656,7 @@
 	if (getGameType() == GType_ELVIRA2) {
 		// WORKAROUND: A NULL item can occur when interacting with Wine Bottles
 		if (item == NULL) {
-			printf("Please report where exactly this occurs in Elvira 2.\n");
+			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