roadveh_cmd.c
changeset 4845 49105d3b5a9a
parent 4739 bd535b408617
child 5198 2547d72f2db4
--- a/roadveh_cmd.c	Sat Oct 14 10:26:13 2006 +0000
+++ b/roadveh_cmd.c	Sat Oct 14 15:15:56 2006 +0000
@@ -1804,7 +1804,7 @@
 	_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);
 	}