aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2007-08-02 01:56:45 +0000
committerFilippos Karapetis2007-08-02 01:56:45 +0000
commitec4a240b502f7be2c67582382b4af4f0451aa035 (patch)
tree810b9fcf70457dc59aeafef88a06a61e75053e2a /engines/saga/scene.cpp
parent63f3d5b253fb38e810480d786369eeb1bed5f49e (diff)
downloadscummvm-rg350-ec4a240b502f7be2c67582382b4af4f0451aa035.tar.gz
scummvm-rg350-ec4a240b502f7be2c67582382b4af4f0451aa035.tar.bz2
scummvm-rg350-ec4a240b502f7be2c67582382b4af4f0451aa035.zip
The help screens in the IHNM demo are shown a bit more correctly now, though they're still buggy
svn-id: r28399
Diffstat (limited to 'engines/saga/scene.cpp')
-rw-r--r--engines/saga/scene.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/scene.cpp b/engines/saga/scene.cpp
index 4510bcc24c..3ae0e9c950 100644
--- a/engines/saga/scene.cpp
+++ b/engines/saga/scene.cpp
@@ -1424,6 +1424,7 @@ void Scene::showPsychicProfile(const char *text) {
textEntry.flags = (FontEffectFlags)(kFontCentered);
textEntry.text = text;
+ _vm->_scene->_textList.clear();
TextListEntry *_psychicProfileTextEntry = _vm->_scene->_textList.addEntry(textEntry);
event.type = kEvTOneshot;