src/player_gui.cpp
changeset 7220 a8d6abc0981f
parent 6987 b0f13039bda2
child 7265 74148c363f9d
--- a/src/player_gui.cpp	Sun May 27 09:17:30 2007 +0000
+++ b/src/player_gui.cpp	Sun May 27 09:33:41 2007 +0000
@@ -277,13 +277,14 @@
 	LC_ROAD, LC_ROAD,
 	LC_SHIP, LC_SHIP,
 	LC_AIRCRAFT, LC_AIRCRAFT, LC_AIRCRAFT,
+	LC_ROAD, LC_ROAD,
 };
 
 /* Number of liveries in each class, used to determine the height of the livery window */
 static const byte livery_height[] = {
 	1,
 	11,
-	2,
+	4,
 	2,
 	3,
 };