aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-01-13 14:43:13 +0000
committerGregory Montoir2004-01-13 14:43:13 +0000
commit2f85714c605dfbe722d7e2b3d797aebd7808f3e1 (patch)
tree6f3bf45ecf351f2b465aa4597f5b6eb4eab92fae /queen/cutaway.cpp
parentc39aa04c318b991337daecf7e348ad6044656b36 (diff)
downloadscummvm-rg350-2f85714c605dfbe722d7e2b3d797aebd7808f3e1.tar.gz
scummvm-rg350-2f85714c605dfbe722d7e2b3d797aebd7808f3e1.tar.bz2
scummvm-rg350-2f85714c605dfbe722d7e2b3d797aebd7808f3e1.zip
- wrong sentence was spoken when Joe was trying to 'pick up' a person
- clear command before switching rooms - clear texts at the end of cutaway (fix minor glitch in interview intro) svn-id: r12361
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index b9aa46b1a0..78d301d5ef 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -965,6 +965,9 @@ void Cutaway::run(char *nextFilename) {
}
} // for()
+
+ _vm->display()->clearTexts(0, 198);
+ // XXX lines 1887-1895 in cutaway.c
stop();