From e272b03feea5b4c870dd4af5be9071c903c6173d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Jan 2006 12:40:50 +0000 Subject: (svn r3365) Staticise 36 functions --- roadveh_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roadveh_cmd.c') diff --git a/roadveh_cmd.c b/roadveh_cmd.c index c3ca908c6..840284bbb 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -93,7 +93,7 @@ void DrawRoadVehEngine(int x, int y, EngineID engine, uint32 image_ormod) DrawSprite((6 + _roadveh_images[spritenum]) | image_ormod, x, y); } -int32 EstimateRoadVehCost(EngineID engine_type) +static int32 EstimateRoadVehCost(EngineID engine_type) { return ((_price.roadveh_base >> 3) * RoadVehInfo(engine_type)->base_cost) >> 5; } -- cgit v1.2.3-54-g00ecf