aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lok.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-19 16:19:55 +0000
committerJohannes Schickel2009-08-19 16:19:55 +0000
commit34e30a29b5d4902514e696369f8714b171a778bb (patch)
treefb89a734de624e71b463b406fb8c587cf29281d0 /engines/kyra/text_lok.cpp
parentdd67cb7c9442071448432f107432249eb7ef1d95 (diff)
downloadscummvm-rg350-34e30a29b5d4902514e696369f8714b171a778bb.tar.gz
scummvm-rg350-34e30a29b5d4902514e696369f8714b171a778bb.tar.bz2
scummvm-rg350-34e30a29b5d4902514e696369f8714b171a778bb.zip
Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, when the screen really changed OR the palette changed.
svn-id: r43537
Diffstat (limited to 'engines/kyra/text_lok.cpp')
-rw-r--r--engines/kyra/text_lok.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/text_lok.cpp b/engines/kyra/text_lok.cpp
index d2128b7037..178966196c 100644
--- a/engines/kyra/text_lok.cpp
+++ b/engines/kyra/text_lok.cpp
@@ -97,7 +97,6 @@ void KyraEngine_LoK::waitForChatToFinish(int vocFile, int16 chatDuration, const
currPage = _screen->_curPage;
_screen->_curPage = 2;
_text->printCharacterText(chatStr, charNum, _characterList[charNum].x1);
- _animator->_updateScreen = true;
_screen->_curPage = currPage;
}