forked from mirror/OpenTTD
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
This commit is contained in:
@@ -290,10 +290,10 @@ static void DrawDepotWindow(Window *w)
|
||||
}
|
||||
}
|
||||
|
||||
typedef struct GetDepotVehiclePtData {
|
||||
struct GetDepotVehiclePtData {
|
||||
Vehicle *head;
|
||||
Vehicle *wagon;
|
||||
} GetDepotVehiclePtData;
|
||||
};
|
||||
|
||||
enum {
|
||||
MODE_ERROR = 1,
|
||||
|
Reference in New Issue
Block a user