From 81e5b16d7178f0ee5584201cb2f6c8e36742354f Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Nov 2005 13:43:55 +0000 Subject: (svn r3172) static, const --- 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 9ed41a694..421e809cc 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -799,7 +799,7 @@ static Vehicle *RoadVehFindCloseTo(Vehicle *v, int x, int y, byte dir) return u; } -static void RoadVehArrivesAt(Vehicle *v, Station *st) +static void RoadVehArrivesAt(const Vehicle* v, Station* st) { if (v->cargo_type == CT_PASSENGERS) { /* Check if station was ever visited before */ -- cgit v1.2.3-54-g00ecf