[Scummvm-cvs-logs] SF.net SVN: scummvm:[43876] scummvm/trunk/engines/sci/engine/kgraphics.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Sep 1 08:51:41 CEST 2009


Revision: 43876
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43876&view=rev
Author:   thebluegr
Date:     2009-09-01 06:51:40 +0000 (Tue, 01 Sep 2009)

Log Message:
-----------
Changed an error to a warning, as it occurs at the beginning of EcoQuest 1 CD and doesn't seem to have any side effects

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-09-01 06:45:30 UTC (rev 43875)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-09-01 06:51:40 UTC (rev 43876)
@@ -2366,7 +2366,7 @@
 		new_port = s->visual->getPort(port_nr);
 
 		if (!new_port) {
-			error("Invalid port %04x requested", port_nr);
+			warning("Invalid port %04x requested", port_nr);
 			return NULL_REG;
 		}
 


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