[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.203,1.204
Travis Howell
kirben at users.sourceforge.net
Thu Jan 8 07:08:04 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv15135/scumm
Modified Files:
actor.cpp
Log Message:
Need for loomcd too.
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- actor.cpp 8 Jan 2004 14:41:14 -0000 1.203
+++ actor.cpp 8 Jan 2004 15:07:44 -0000 1.204
@@ -1121,8 +1121,8 @@
_messagePtr = addMessageToStack(_messagePtr);
assert((int)(_msgPtrToAdd - _charsetBuffer) < (int)(sizeof(_charsetBuffer)));
- // FIXMW: Workaround for bug #770049
- if (_gameId == GID_LOOM) {
+ // FIXME: Workaround for bugs #770039 and #770049
+ if (_gameId == GID_LOOM || _gameId == GID_LOOM256) {
if (!*_charsetBuffer)
return;
}
More information about the Scummvm-git-logs
mailing list