From ee15e3de13643b2d09abcc5424bf8e2d916cff75 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Nov 2005 13:43:55 +0000 Subject: (svn r3172) static, const --- player_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player_gui.c') diff --git a/player_gui.c b/player_gui.c index 1790f0ee7..85cfdf19a 100644 --- a/player_gui.c +++ b/player_gui.c @@ -421,7 +421,7 @@ static void DrawPlayerVehiclesAmount(PlayerID player) { const int x = 110; int y = 72; - Vehicle *v; + const Vehicle* v; uint train,road,air,ship; DrawString(x, y, STR_7039_VEHICLES, 0); -- cgit v1.2.3-54-g00ecf