mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-27 01:24:51 -04:00
#3 fix issues reported by an ARM64 compiler
This commit is contained in:
parent
b22149a13a
commit
27c803f040
6 changed files with 11 additions and 11 deletions
|
@ -1764,7 +1764,7 @@ char clk_enter(int id,int xa,int ya,int xr,int yr);
|
|||
int enter_menu(char open); //task!
|
||||
void titles(va_list args); //task!
|
||||
void run_titles(va_list args); //task!
|
||||
void effect_show(va_list args); //effektni zobrazeni // task!
|
||||
void effect_show(void); //effektni zobrazeni
|
||||
void konec_hry(void);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue