Mercurial > mm7
diff GUI/GUIWindow.cpp @ 2552:ac16f4a3a91e
Load from MainMenu logic separated from MainMenu window
author | a.parshin |
---|---|
date | Wed, 13 May 2015 01:33:20 +0200 |
parents | 4008b2f34be0 |
children | 5d6fb8eb023c |
line wrap: on
line diff
--- a/GUI/GUIWindow.cpp Tue May 12 12:03:30 2015 +0200 +++ b/GUI/GUIWindow.cpp Wed May 13 01:33:20 2015 +0200 @@ -64,7 +64,7 @@ enum WindowType current_character_screen_window; struct GUIWindow *pWindow_MMT_MainMenu; struct GUIWindow *pWindow_MainMenu; -std::array<struct GUIWindow *, 20> pWindowList; +std::array<struct GUIWindow *, 50> pWindowList; struct GUIMessageQueue *pMessageQueue_50CBD0 = new GUIMessageQueue; struct GUIMessageQueue *pMessageQueue_50C9E8 = new GUIMessageQueue;