mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 21:08:06 +00:00
do not call auto_creator when loading valid irregular save
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user