summaryrefslogtreecommitdiff
path: root/livery.h
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
commit53e90c0628f8c13dba46a82fe607a7ae33ae1a6f (patch)
tree88c8c569de29765f3e2c7ad99604d0e0e4da6c74 /livery.h
parente47dd91c8b133e548aa8f19e26c78818eaa433c5 (diff)
downloadopenttd-53e90c0628f8c13dba46a82fe607a7ae33ae1a6f.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 'livery.h')
-rw-r--r--livery.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/livery.h b/livery.h
index 1834f9c75..990fe87e1 100644
--- a/livery.h
+++ b/livery.h
@@ -16,7 +16,9 @@ typedef enum LiverySchemes {
LS_MAGLEV,
LS_DMU,
LS_EMU,
- LS_PASSENGER_WAGON,
+ LS_PASSENGER_WAGON_STEAM,
+ LS_PASSENGER_WAGON_DIESEL,
+ LS_PASSENGER_WAGON_ELECTRIC,
LS_FREIGHT_WAGON,
/* Road vehicles */