aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorJonathan Gray2002-11-05 09:59:13 +0000
committerJonathan Gray2002-11-05 09:59:13 +0000
commit4598e15afd9f7181e6be874d8a514d51f5a4b98e (patch)
treec7a07ace81ddf733f38c19f1de9590f02cce4a8d /scumm/string.cpp
parenteba9b073a4d8c124efa23d8b961b2bc66a5e87c4 (diff)
downloadscummvm-rg350-4598e15afd9f7181e6be874d8a514d51f5a4b98e.tar.gz
scummvm-rg350-4598e15afd9f7181e6be874d8a514d51f5a4b98e.tar.bz2
scummvm-rg350-4598e15afd9f7181e6be874d8a514d51f5a4b98e.zip
comment unkMessage2 game specific check
svn-id: r5411
Diffstat (limited to 'scumm/string.cpp')
-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;
}