aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.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/queen.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/queen.cpp')
-rw-r--r--queen/queen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp
index 82cc858956..61cae4e2e4 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -316,7 +316,6 @@ void QueenEngine::go() {
for (;;) {
// queen.c lines 4080-4104
if (_logic->newRoom() > 0) {
- _display->clearTexts(151, 151);
_logic->update();
_logic->oldRoom(_logic->currentRoom());
_logic->currentRoom(_logic->newRoom());