mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 04:34: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
|
@ -989,7 +989,7 @@ void init_skeldal(const INI_CONFIG *cfg)
|
|||
|
||||
cti_texty();
|
||||
timer_tree.next=NULL;
|
||||
init_events();
|
||||
init_events();
|
||||
|
||||
steam_init();
|
||||
|
||||
|
@ -1579,7 +1579,7 @@ static void start(va_list args)
|
|||
openning =0;
|
||||
break;
|
||||
case V_OBNOVA_HRY:load_saved_game();break;
|
||||
case V_AUTORI:run_titles(NULL);break;
|
||||
case V_AUTORI:run_titles();break;
|
||||
}
|
||||
}
|
||||
while (!exit_wait);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue