(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:
rubidium
2008-04-11 21:19:03 +00:00
parent 02a907f306
commit 00d23c57b3
3 changed files with 19 additions and 14 deletions

View File

@@ -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;
};