- #3 fix issues reported by an ARM64 compiler (2)

This commit is contained in:
Ondřej Novák 2025-05-01 14:03:27 +02:00
parent 27c803f040
commit f9e5b3d1e9
5 changed files with 10 additions and 10 deletions

View file

@ -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);