ship_cmd.c
changeset 2817 58dcead3f545
parent 2804 b932fe148d36
child 2819 710436dd4288
--- a/ship_cmd.c	Thu Jan 05 12:00:38 2006 +0000
+++ b/ship_cmd.c	Thu Jan 05 12:40:50 2006 +0000
@@ -377,7 +377,7 @@
 	return (t < v->progress);
 }
 
-int32 EstimateShipCost(EngineID engine_type)
+static int32 EstimateShipCost(EngineID engine_type)
 {
 	return ShipVehInfo(engine_type)->base_cost * (_price.ship_base>>3)>>5;
 }