1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 19:37:40 +00:00

savefile selection / an option to use no savefile

This commit is contained in:
Zeno Rogue
2022-09-15 12:38:39 +02:00
parent a20063c119
commit 308fcd90aa
10 changed files with 66 additions and 13 deletions

View File

@@ -86,6 +86,7 @@ EX int hyper_main(int argc, char **argv) {
pushScreen(showStartMenu);
}
#endif
progress_warning();
mainloop();
finishAll();
return 0;