mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-24 16:14:51 -04:00
- #3 fix issues reported by an ARM64 compiler (2)
This commit is contained in:
parent
27c803f040
commit
f9e5b3d1e9
5 changed files with 10 additions and 10 deletions
|
@ -745,7 +745,7 @@ static void wait_timer(EVENT_MSG *msg, void **udata) {
|
|||
}
|
||||
}
|
||||
|
||||
void effect_show()
|
||||
void effect_show(void)
|
||||
{
|
||||
int i;
|
||||
char s = exit_wait;
|
||||
|
@ -861,7 +861,7 @@ char enter_generator()
|
|||
memset(&cur_stats,0,sizeof(cur_stats));
|
||||
vypocet_vlastnosti(cur_angle,&cur_vls);
|
||||
b_disables=0x7;
|
||||
redraw_generator(rep);if (!rep)effect_show(NULL);rep=1;
|
||||
redraw_generator(rep);if (!rep)effect_show();rep=1;
|
||||
edit_name();
|
||||
change_click_map(clk_page1,CLK_PAGE1);
|
||||
was_enter=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue