mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
fixup to another fix
This commit is contained in:
@@ -1765,6 +1765,8 @@ EX void restore_all_golems() {
|
||||
}
|
||||
}
|
||||
|
||||
EX bool save_loaded;
|
||||
|
||||
EX void initAll() {
|
||||
callhooks(hooks_initialize);
|
||||
init_floorcolors();
|
||||
@@ -1785,6 +1787,7 @@ EX void initAll() {
|
||||
|
||||
#if CAP_SAVE
|
||||
select_savefile();
|
||||
save_loaded = true;
|
||||
loadsave();
|
||||
if(IRREGULAR && !irr::base) irr::auto_creator();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user