[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.249,1.250
Travis Howell
kirben at users.sourceforge.net
Tue Jul 27 05:38:04 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16630/scumm
Modified Files:
script_v5.cpp
Log Message:
Not needed, invalid in Loom[ega]
Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- script_v5.cpp 26 Jul 2004 11:49:41 -0000 1.249
+++ script_v5.cpp 27 Jul 2004 12:37:03 -0000 1.250
@@ -1065,10 +1065,6 @@
void ScummEngine_v5::o5_getActorScale() {
Actor *a;
- // dummy opcode in the loom
- if (_gameId == GID_LOOM)
- return;
-
// INDY3 uses this opcode for waitForActor
if (_gameId == GID_INDY3) {
const byte *oldaddr = _scriptPointer - 1;
More information about the Scummvm-git-logs
mailing list