src/player_gui.cpp
changeset 6724 4f404dfe9752
parent 6491 00dc414c909d
child 6769 13ccbd0f86b3
equal deleted inserted replaced
6723:89182b2f015a 6724:4f404dfe9752
   275 	LC_OTHER,
   275 	LC_OTHER,
   276 	LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL,
   276 	LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL, LC_RAIL,
   277 	LC_ROAD, LC_ROAD,
   277 	LC_ROAD, LC_ROAD,
   278 	LC_SHIP, LC_SHIP,
   278 	LC_SHIP, LC_SHIP,
   279 	LC_AIRCRAFT, LC_AIRCRAFT, LC_AIRCRAFT,
   279 	LC_AIRCRAFT, LC_AIRCRAFT, LC_AIRCRAFT,
       
   280 	LC_ROAD, LC_ROAD,
   280 };
   281 };
   281 
   282 
   282 /* Number of liveries in each class, used to determine the height of the livery window */
   283 /* Number of liveries in each class, used to determine the height of the livery window */
   283 static const byte livery_height[] = {
   284 static const byte livery_height[] = {
   284 	1,
   285 	1,
   285 	11,
   286 	11,
   286 	2,
   287 	4,
   287 	2,
   288 	2,
   288 	3,
   289 	3,
   289 };
   290 };
   290 
   291 
   291 struct livery_d {
   292 struct livery_d {