mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 22:33:43 -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);
|
||||
|
|
|
@ -1455,7 +1455,6 @@ static void start(va_list args)
|
|||
int volba;
|
||||
char /*d,*/openning;
|
||||
|
||||
zde:
|
||||
openning=0;
|
||||
update_mysky();
|
||||
schovej_mysku();
|
||||
|
@ -1484,7 +1483,10 @@ static void start(va_list args)
|
|||
exit_wait=1;
|
||||
}
|
||||
break;
|
||||
case V_UVOD:bar32(0,0,639,479);goto zde;break;
|
||||
case V_UVOD:bar32(0,0,639,479);
|
||||
play_anim(7);
|
||||
openning =0;
|
||||
break;
|
||||
case V_OBNOVA_HRY:load_saved_game();break;
|
||||
case V_AUTORI:run_titles(NULL);break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue