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
commit7273802f0cfa18e9b4e60b714c1520b1df54e6c4 (patch)
tree03a243592bfcf5d9bd3ccc466a406d39d43af054 /src/player_gui.cpp
parent4f6ffd4e12543cefda3c9708cc3a766bf5c45184 (diff)
downloadopenttd-7273802f0cfa18e9b4e60b714c1520b1df54e6c4.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,
};