Fixed another crash at exit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5966 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
5c0fba91f0
commit
7a19068a5d
@ -924,6 +924,9 @@ namespace GUIEngine
|
||||
{
|
||||
GUIEngine::dt = elapsed_time;
|
||||
|
||||
// Not yet initialized, or already cleaned up
|
||||
if (g_skin == NULL) return;
|
||||
|
||||
// ---- menu drawing
|
||||
|
||||
// draw background image and sections
|
||||
|
Loading…
x
Reference in New Issue
Block a user