diff options
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r-- | scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 80fdf31087..381a4ebad2 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1397,7 +1397,7 @@ void ScummEngine::actorTalk(const byte *msg) { } else { int oldact; - // FIXME: Workaround for bug #770724 + // WORKAROUND bug #770724 if (_gameId == GID_LOOM && _roomResource == 23 && vm.slot[_currentScript].number == 232 && _actorToPrintStrFor == 0) { _actorToPrintStrFor = 2; // Could be anything from 2 to 5. Maybe compare to original? |