From f32a2708b4a46d098cdef9c879e08dedf6893d7f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 24 Mar 2024 00:30:50 +0100 Subject: [PATCH] do not call auto_creator when loading valid irregular save --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 31c79206..8066c4c3 100644 --- a/system.cpp +++ b/system.cpp @@ -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();