[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.240,1.241
Travis Howell
kirben at users.sourceforge.net
Wed Jul 21 21:44:00 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2982/scumm
Modified Files:
script_v5.cpp
Log Message:
Should not be set for any scumm3 games.
Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- script_v5.cpp 25 Jun 2004 22:39:20 -0000 1.240
+++ script_v5.cpp 22 Jul 2004 04:42:43 -0000 1.241
@@ -712,7 +712,7 @@
break;
}
- if (!(_gameId == GID_LOOM || _gameId == GID_INDY3)) {
+ if (_version >= 4) {
VAR(VAR_CURSORSTATE) = _cursor.state;
VAR(VAR_USERPUT) = _userPut;
}
More information about the Scummvm-git-logs
mailing list