From ec4a240b502f7be2c67582382b4af4f0451aa035 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 2 Aug 2007 01:56:45 +0000 Subject: The help screens in the IHNM demo are shown a bit more correctly now, though they're still buggy svn-id: r28399 --- engines/saga/scene.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/saga/scene.cpp') 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; -- cgit v1.2.3