File diff r4844:dcf812ad20ab → r4845:2200ed004c20
aircraft_cmd.c
Show inline comments
 
@@ -627,7 +627,7 @@ int32 CmdRefitAircraft(TileIndex tile, u
 
	_returned_refit_capacity = pass;
 

	
 
	cost = 0;
 
	if (IS_HUMAN_PLAYER(v->owner) && new_cid != v->cargo_type) {
 
	if (IsHumanPlayer(v->owner) && new_cid != v->cargo_type) {
 
		cost = GetRefitCost(v->engine_type);
 
	}