[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.81,1.82
Max Horn
fingolfin at users.sourceforge.net
Sat Oct 11 13:55:05 CEST 2003
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv6202
Modified Files:
descumm.cpp
Log Message:
fixed var name (doesn't match ScummVM this way but reflects actual usage in many games better...)
Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- descumm.cpp 11 Oct 2003 18:25:44 -0000 1.81
+++ descumm.cpp 11 Oct 2003 20:54:53 -0000 1.82
@@ -159,7 +159,7 @@
const char *var_names345[] = {
/* 0 */
- "VAR_KEYPRESS",
+ "VAR_RESULT",
"VAR_EGO",
"VAR_CAMERA_POS_X",
"VAR_HAVE_MSG",
More information about the Scummvm-git-logs
mailing list