diff options
-rw-r--r-- | scumm/actor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 4598c01b16..fb2ea1afbb 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1157,7 +1157,6 @@ void Scumm::actorTalk() { return; } - //FIXME looks like V1 Maniac Mansion needs a different type of check at this point. if (((_gameId == GID_MANIAC) && (_version == 1)) || VAR(VAR_TALK_ACTOR) > 0x7F) { _charsetColor = (byte)_string[0].color; } else { |