summaryrefslogtreecommitdiff
path: root/src/player_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-16 11:25:15 +0000
committerrubidium <rubidium@openttd.org>2008-01-16 11:25:15 +0000
commit2817e5425bad8e0617b48024ca42037eaf5e5e32 (patch)
tree59a67167b1fd8c3252ee17c6ab039069fb2f63c6 /src/player_gui.cpp
parent7a66d5e21da056c77e482ec7f3f779ba41ff7c53 (diff)
downloadopenttd-2817e5425bad8e0617b48024ca42037eaf5e5e32.tar.xz
(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type.
Diffstat (limited to 'src/player_gui.cpp')
-rw-r--r--src/player_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player_gui.cpp b/src/player_gui.cpp
index df158a4f8..0b6189da5 100644
--- a/src/player_gui.cpp
+++ b/src/player_gui.cpp
@@ -256,7 +256,7 @@ static const StringID _colour_dropdown[] = {
/* Association of liveries to livery classes */
static const LiveryClass livery_class[LS_END] = {
LC_OTHER,
- LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL,
+ LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL,
LC_ROAD, LC_ROAD,
LC_SHIP, LC_SHIP,
LC_AIRCRAFT, LC_AIRCRAFT, LC_AIRCRAFT,
@@ -266,7 +266,7 @@ static const LiveryClass livery_class[LS_END] = {
/* Number of liveries in each class, used to determine the height of the livery window */
static const byte livery_height[] = {
1,
- 11,
+ 13,
4,
2,
3,