comparison Engine/Engine.cpp @ 2554:f2a8ed07e921

Game Main Menu separated from Game logic
author a.parshin
date Wed, 13 May 2015 11:31:58 +0200
parents 48708da03b7f
children 67d837007a4c
comparison
equal deleted inserted replaced
2553:48708da03b7f 2554:f2a8ed07e921
2443 extern int no_rightlick_in_inventory; 2443 extern int no_rightlick_in_inventory;
2444 no_rightlick_in_inventory = false; 2444 no_rightlick_in_inventory = false;
2445 2445
2446 if (pGUIWindow_ScrollWindow) 2446 if (pGUIWindow_ScrollWindow)
2447 free_book_subwindow(); 2447 free_book_subwindow();
2448 if (!current_screen_type && !pGUIWindow_Settings) 2448 if (!current_screen_type && !pGUIWindow_CastTargetedSpell)
2449 pEventTimer->Resume(); 2449 pEventTimer->Resume();
2450 viewparams->bRedrawGameUI = 1; 2450 viewparams->bRedrawGameUI = 1;
2451 } 2451 }
2452 2452
2453 //----- (00494035) -------------------------------------------------------- 2453 //----- (00494035) --------------------------------------------------------