comparison Game/MainMenuLoad.cpp @ 2553:48708da03b7f

Party Creation UI logic separated from MainMenu
author a.parshin
date Wed, 13 May 2015 02:20:05 +0200
parents ac16f4a3a91e
children d87bfbd3bb3b
comparison
equal deleted inserted replaced
2552:ac16f4a3a91e 2553:48708da03b7f
109 } 109 }
110 } 110 }
111 111
112 void MainMenuLoad_Loop() 112 void MainMenuLoad_Loop()
113 { 113 {
114 SetCurrentMenuID(MENU_SAVELOAD);
115 current_screen_type = SCREEN_LOADGAME; 114 current_screen_type = SCREEN_LOADGAME;
116 115
117 main_menu_background.Release(); 116 main_menu_background.Release();
118 main_menu_background.Load("lsave640.pcx", 0); 117 main_menu_background.Load("lsave640.pcx", 0);
119 118