diff options
Diffstat (limited to 'src/player_gui.cpp')
-rw-r--r-- | src/player_gui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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, }; |