From 53e90c0628f8c13dba46a82fe607a7ae33ae1a6f Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 15 Sep 2006 17:36:54 +0000 Subject: (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. --- livery.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'livery.h') 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 */ -- cgit v1.2.3-54-g00ecf