src/player_gui.cpp
changeset 6248 e4a2ed7e5613
parent 6247 7d81e3a5d803
child 6259 471b91a4b1d8
equal deleted inserted replaced
6247:7d81e3a5d803 6248:e4a2ed7e5613
   284 	2,
   284 	2,
   285 	2,
   285 	2,
   286 	3,
   286 	3,
   287 };
   287 };
   288 
   288 
   289 typedef struct livery_d {
   289 struct livery_d {
   290 	uint32 sel;
   290 	uint32 sel;
   291 	LiveryClass livery_class;
   291 	LiveryClass livery_class;
   292 } livery_d;
   292 };
   293 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(livery_d));
   293 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(livery_d));
   294 
   294 
   295 static void ShowColourDropDownMenu(Window *w, uint32 widget)
   295 static void ShowColourDropDownMenu(Window *w, uint32 widget)
   296 {
   296 {
   297 	uint32 used_colours = 0;
   297 	uint32 used_colours = 0;