mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-20 10:27:04 +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() {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user