src/player_gui.cpp
changeset 7220 a8d6abc0981f
parent 6987 b0f13039bda2
child 7265 74148c363f9d
equal deleted inserted replaced
7219:e5b7a61ea70f 7220:a8d6abc0981f
   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 {