Minor : gui messages shouldn't stay after starting game and exiting

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6737 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-11-26 23:57:55 +00:00
parent d93c33dcdb
commit 9fe7bd21a0

View File

@ -700,6 +700,8 @@ namespace GUIEngine
g_env->clear();
if (g_current_screen != NULL) g_current_screen->elementsWereDeleted();
g_current_screen = NULL;
gui_messages.clear();
} // clear
// ------------------------------------------------------------------------
@ -711,6 +713,8 @@ namespace GUIEngine
//FIXME: I'm not very sure why this isn't called in the regular
// clear() method??
needsUpdate.clearWithoutDeleting();
gui_messages.clear();
} // cleanForGame
// ------------------------------------------------------------------------