[Scummvm-cvs-logs] SF.net SVN: scummvm: [27059] scummvm/trunk/engines/agi/predictive.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jun 2 23:02:36 CEST 2007


Revision: 27059
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27059&view=rev
Author:   thebluegr
Date:     2007-06-02 14:02:35 -0700 (Sat, 02 Jun 2007)

Log Message:
-----------
Silence an MSVC8 warning

Modified Paths:
--------------
    scummvm/trunk/engines/agi/predictive.cpp

Modified: scummvm/trunk/engines/agi/predictive.cpp
===================================================================
--- scummvm/trunk/engines/agi/predictive.cpp	2007-06-02 20:39:04 UTC (rev 27058)
+++ scummvm/trunk/engines/agi/predictive.cpp	2007-06-02 21:02:35 UTC (rev 27059)
@@ -112,7 +112,7 @@
 bool AgiEngine::predictiveDialog(void) {
 	int key = 0, active = -1, lastactive = -1;
 	bool rc = false;
-	int x;
+	uint8 x;
 	int y;
 	int bx[17], by[17];
 	String prefix;


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