File diff r22429:35339f6d50a5 → r22430:1078625f8a2b
src/saveload/signs_sl.cpp
Show inline comments
 
@@ -60,7 +60,7 @@ static void Load_SIGN()
 
		}
 

	
 
		/* Signs placed in scenario editor shall now be OWNER_DEITY */
 
		if (IsSavegameVersionBefore(171) && si->owner == OWNER_NONE && _saveload_mode == SLD_LOAD_SCENARIO) {
 
		if (IsSavegameVersionBefore(171) && si->owner == OWNER_NONE && _file_to_saveload.filetype == FT_SCENARIO) {
 
			si->owner = OWNER_DEITY;
 
		}
 
	}