aircraft_cmd.c
changeset 4845 72bbb6e2694e
parent 4843 4bef85baee3f
child 4991 a9f3eb46f329
--- a/aircraft_cmd.c	Sat Oct 14 10:26:13 2006 +0000
+++ b/aircraft_cmd.c	Sat Oct 14 15:15:56 2006 +0000
@@ -627,7 +627,7 @@
 	_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);
 	}