From 974aebcce502a461024aaeff59edb5b195dd556a Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 27 May 2007 09:33:41 +0000 Subject: (svn r9956) -Codechange: Add tram livery schemes --- src/player_gui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/player_gui.cpp') diff --git a/src/player_gui.cpp b/src/player_gui.cpp index d2a839760..7112a68a1 100644 --- a/src/player_gui.cpp +++ b/src/player_gui.cpp @@ -277,13 +277,14 @@ static const LiveryClass livery_class[LS_END] = { 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, }; -- cgit v1.2.3-54-g00ecf