do not call auto_creator when loading valid irregular save

This commit is contained in:
Zeno Rogue 2024-03-24 00:30:50 +01:00
parent be27fc0fce
commit f32a2708b4
1 changed files with 1 additions and 1 deletions

View File

@ -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();