summaryrefslogtreecommitdiff
path: root/player_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-15 17:36:54 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-15 17:36:54 +0000
commit851874d8e15dd23f270de077fec01ec1d9ae9500 (patch)
tree88c8c569de29765f3e2c7ad99604d0e0e4da6c74 /player_gui.c
parent88d5472fe897edf77ea08be7488e06d342fedd3a (diff)
downloadopenttd-851874d8e15dd23f270de077fec01ec1d9ae9500.tar.xz
(svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load.
Diffstat (limited to 'player_gui.c')
-rw-r--r--player_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player_gui.c b/player_gui.c
index 3041dc016..443e63c9a 100644
--- a/player_gui.c
+++ b/player_gui.c
@@ -269,7 +269,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_ROAD, LC_ROAD,
LC_SHIP, LC_SHIP,
LC_AIRCRAFT, LC_AIRCRAFT, LC_AIRCRAFT,
@@ -278,7 +278,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,
- 9,
+ 11,
2,
2,
3,