[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.42,2.43
James Brown
ender at users.sourceforge.net
Sat May 3 21:39:41 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv3197/scumm
Modified Files:
script_v2.cpp
Log Message:
... right revision this time...
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.42
retrieving revision 2.43
diff -u -d -r2.42 -r2.43
--- script_v2.cpp 4 May 2003 04:30:49 -0000 2.42
+++ script_v2.cpp 4 May 2003 04:34:48 -0000 2.43
@@ -1184,7 +1184,7 @@
int cmd = getVarOrDirectWord(0x80);
int a2 = cmd >> 8;
- if (a2 & 4) {Warning("TODO: o2_cursorCommand(userface);} // Toggle verbs on/off, etc
+ if (a2 & 4) {warning("TODO: o2_cursorCommand(userface)");} // Toggle verbs on/off, etc
if (a2 & 1) { // Freeze
if (a2 & 8)
More information about the Scummvm-git-logs
mailing list