player_gui.c
changeset 2630 35249d2ded3e
parent 2549 f1d3b383d557
child 2631 13daba67f217
--- a/player_gui.c	Sat Nov 12 11:10:12 2005 +0000
+++ b/player_gui.c	Sun Nov 13 13:43:55 2005 +0000
@@ -421,7 +421,7 @@
 {
 	const int x = 110;
 	int y = 72;
-	Vehicle *v;
+	const Vehicle* v;
 	uint train,road,air,ship;
 
 	DrawString(x, y, STR_7039_VEHICLES, 0);