summaryrefslogtreecommitdiff
path: root/src/livery.h
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/livery.h
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/livery.h')
-rw-r--r--src/livery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/livery.h b/src/livery.h
index 64d6deba5..8aa4f2e44 100644
--- a/src/livery.h
+++ b/src/livery.h
@@ -23,6 +23,8 @@ enum LiveryScheme {
LS_PASSENGER_WAGON_STEAM,
LS_PASSENGER_WAGON_DIESEL,
LS_PASSENGER_WAGON_ELECTRIC,
+ LS_PASSENGER_WAGON_MONORAIL,
+ LS_PASSENGER_WAGON_MAGLEV,
LS_FREIGHT_WAGON,
/* Road vehicles */