summaryrefslogtreecommitdiff
path: root/src/player_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-05-27 09:33:41 +0000
committerpeter1138 <peter1138@openttd.org>2007-05-27 09:33:41 +0000
commit974aebcce502a461024aaeff59edb5b195dd556a (patch)
tree03a243592bfcf5d9bd3ccc466a406d39d43af054 /src/player_gui.cpp
parent21454957b5d53fe356d31f2783983c82b82bdf52 (diff)
downloadopenttd-974aebcce502a461024aaeff59edb5b195dd556a.tar.xz
(svn r9956) -Codechange: Add tram livery schemes
Diffstat (limited to 'src/player_gui.cpp')
-rw-r--r--src/player_gui.cpp3
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,
};