mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +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
|
||||
select_savefile();
|
||||
loadsave();
|
||||
if(IRREGULAR) irr::auto_creator();
|
||||
if(IRREGULAR && !irr::base) irr::auto_creator();
|
||||
#endif
|
||||
start_game();
|
||||
restore_all_golems();
|
||||
|
Loading…
Reference in New Issue
Block a user