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