From 2f85714c605dfbe722d7e2b3d797aebd7808f3e1 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Tue, 13 Jan 2004 14:43:13 +0000 Subject: - 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 --- queen/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queen/display.cpp') diff --git a/queen/display.cpp b/queen/display.cpp index e809f6ce87..c3b70dc220 100644 --- a/queen/display.cpp +++ b/queen/display.cpp @@ -749,7 +749,7 @@ void Display::horizontalScroll(int16 scroll) { } void Display::setDirtyBlock(uint16 x, uint16 y, uint16 w, uint16 h) { - if (!_fullRefresh) { + if (_fullRefresh < 2) { uint16 ex = (x + w - 1) / D_BLOCK_W; uint16 ey = (y + h - 1) / D_BLOCK_H; x /= D_BLOCK_W; -- cgit v1.2.3