File diff r20251:8c2b509af318 → r20252:76a6f1c78ce7
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -1252,6 +1252,7 @@ bool LoadOldVehicle(LoadgameState *ls, i
 

	
 
			if (!LoadChunk(ls, v, vehicle_chunk)) return false;
 
			if (v == NULL) continue;
 
			v->refit_cap = v->cargo_cap;
 

	
 
			SpriteID sprite = v->cur_image;
 
			/* no need to override other sprites */