File diff r1011:51e33a299a51 → r1012:16492975a916
station_cmd.c
Show inline comments
 
@@ -1154,7 +1154,7 @@ uint32 GetCustomStationRelocation(struct
 
	if (rsg->sprites_per_set != 0) {
 
		if (rsg->loading_count != 0) {
 
			return rsg->loading[0];
 
		} else if (rsg->loading_count != 0) {
 
		} else if (rsg->loaded_count != 0) {
 
			return rsg->loaded[0];
 
		}
 
	}