File diff r4844:dcf812ad20ab → r4845:2200ed004c20
ship_cmd.c
Show inline comments
 
@@ -1089,7 +1089,7 @@ int32 CmdRefitShip(TileIndex tile, uint3
 
	_returned_refit_capacity = capacity;
 

	
 
	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);
 
	}