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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Nov 12 14:05:54 CET 2010


Revision: 54217
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54217&view=rev
Author:   thebluegr
Date:     2010-11-12 13:05:54 +0000 (Fri, 12 Nov 2010)

Log Message:
-----------
Fixed signed/unsigned warning

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-11-12 00:01:13 UTC (rev 54216)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-11-12 13:05:54 UTC (rev 54217)
@@ -1413,7 +1413,7 @@
 			// HACK: Make robots return immediately for now,
 			// otherwise they just hang for a while.
 			// TODO: Replace with proper robot functionality.
-			writeSelectorValue(s->_segMan, argv[1], SELECTOR(signal), -1);
+			writeSelector(s->_segMan, argv[1], SELECTOR(signal), SIGNAL_REG);
 			break;
 		default:
 			warning("kRobot(%d)", subop);


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