aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-02-22 14:48:13 +0000
committerTravis Howell2004-02-22 14:48:13 +0000
commitc689416ecce4c20666426d4a29704a43197805e1 (patch)
treec0f9ceffc3c02006029547d07dec45ebbefe1db9 /scumm/string.cpp
parentaa8cfba102ceebdc86215b21ec9a877407e3f14e (diff)
downloadscummvm-rg350-c689416ecce4c20666426d4a29704a43197805e1.tar.gz
scummvm-rg350-c689416ecce4c20666426d4a29704a43197805e1.tar.bz2
scummvm-rg350-c689416ecce4c20666426d4a29704a43197805e1.zip
Only comi is different
svn-id: r12986
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 5faa75daf9..88a76c8b01 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -73,6 +73,8 @@ void ScummEngine::unkMessage1() {
}
void ScummEngine::unkMessage2() {
+ // Original COMI used different code at this point.
+ // Seemed to use blastText for the messages
byte buf[100];
const byte *tmp;
@@ -82,8 +84,6 @@ void ScummEngine::unkMessage2() {
if (_string[3].color == 0)
_string[3].color = 4;
- // FIXME: I know this is the right thing to do for MI1 and MI2. For
- // all other games it's just a guess.
InfoDialog dialog(this, (char*)buf);
VAR(VAR_KEYPRESS) = runDialog(dialog);