src/player_gui.cpp
changeset 6574 e1d1a12faaf7
parent 6573 7624f942237f
child 6585 7da94b26498a
--- a/src/player_gui.cpp	Wed Mar 07 11:47:46 2007 +0000
+++ b/src/player_gui.cpp	Wed Mar 07 12:11:48 2007 +0000
@@ -286,10 +286,10 @@
 	3,
 };
 
-typedef struct livery_d {
+struct livery_d {
 	uint32 sel;
 	LiveryClass livery_class;
-} livery_d;
+};
 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(livery_d));
 
 static void ShowColourDropDownMenu(Window *w, uint32 widget)