(svn r9956) -Codechange: Add tram livery schemes

This commit is contained in:
peter1138
2007-05-27 09:33:41 +00:00
parent 21454957b5
commit 974aebcce5
6 changed files with 24 additions and 4 deletions

View File

@@ -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,
};