(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
This commit is contained in:
@@ -390,11 +390,6 @@ struct depot_d {
|
||||
};
|
||||
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(depot_d));
|
||||
|
||||
struct order_d {
|
||||
int sel;
|
||||
};
|
||||
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(order_d));
|
||||
|
||||
struct vehicledetails_d {
|
||||
byte tab;
|
||||
};
|
||||
|
Reference in New Issue
Block a user