aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/string.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 4374548286..1cc2f003c7 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -171,13 +171,14 @@ void Scumm::unkMessage2()
if (_string[3].color == 0)
_string[3].color = 4;
- if (_gameId == GID_MONKEY_VGA) {
+// if (_gameId == GID_MONKEY_VGA) {FIXME why was this game check added?
+
InfoDialog* dialog = new InfoDialog(_newgui, this, (char*)buf);
runDialog (dialog);
delete dialog;
- } else {
- printf("unkMessage2: %s\n", buf);
- }
+// } else {
+// printf("unkMessage2: %s\n", buf);
+// }
_messagePtr = tmp;
}