mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +00:00
Need for loomcd too.
svn-id: r12252
This commit is contained in:
parent
2e8d4e2d9e
commit
38a7f018b2
@ -1121,8 +1121,8 @@ void ScummEngine::actorTalk() {
|
||||
_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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user