mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
do not call auto_creator when loading valid irregular save
This commit is contained in:
parent
be27fc0fce
commit
f32a2708b4
@ -1763,7 +1763,7 @@ EX void initAll() {
|
|||||||
#if CAP_SAVE
|
#if CAP_SAVE
|
||||||
select_savefile();
|
select_savefile();
|
||||||
loadsave();
|
loadsave();
|
||||||
if(IRREGULAR) irr::auto_creator();
|
if(IRREGULAR && !irr::base) irr::auto_creator();
|
||||||
#endif
|
#endif
|
||||||
start_game();
|
start_game();
|
||||||
restore_all_golems();
|
restore_all_golems();
|
||||||
|
Loading…
Reference in New Issue
Block a user