mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 12:44:55 -04:00
fix intro from menu
This commit is contained in:
parent
f67cfbcd24
commit
5c4cfaf314
2 changed files with 6 additions and 3 deletions
|
@ -348,7 +348,8 @@ int enter_menu(char open)
|
|||
put_picture(0,0,ablock(H_MENU_BAR));
|
||||
put_picture(0,56,ablock(H_ANIM));
|
||||
ukaz_mysku();
|
||||
if (open) effect_show(NULL);else showview(0,0,0,0);
|
||||
effect_show(NULL);
|
||||
//if (open) effect_show(NULL);else showview(0,0,0,0);
|
||||
change_click_map(clk_main_menu,CLK_MAIN_MENU);
|
||||
send_message(E_ADD,E_TIMER,prehraj_animaci_v_menu);
|
||||
send_message(E_ADD,E_KEYBOARD,klavesnice);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue