[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.36,1.37
Jonathan Gray
khalek at users.sourceforge.net
Wed Apr 23 01:45:25 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv8677
Modified Files:
script_v5.cpp
Log Message:
update costume hack for indy3ega
Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- script_v5.cpp 20 Apr 2003 17:11:13 -0000 1.36
+++ script_v5.cpp 23 Apr 2003 08:43:35 -0000 1.37
@@ -1287,7 +1287,8 @@
room = getVarOrDirectByte(0x80);
// FIXME nasty hack to make indy have right costume
- if ((_gameId == GID_INDY3_256) && (_currentRoom == 6) && (_currentScript == 1))
+ if ( ((_gameId == GID_INDY3_256) || (_gameId == GID_INDY3)) &&
+ (_currentRoom == 6) && (_currentScript == 1))
_actors[1].setActorCostume(10);
// For small header games, we only call startScene if the room
More information about the Scummvm-git-logs
mailing list