(svn r11049) -Codechange: unify a large part of the vehicle details window. Based on a patch by nycom.

This commit is contained in:
rubidium
2007-09-05 23:26:45 +00:00
parent 0db524e175
commit 07c67183bd
6 changed files with 553 additions and 740 deletions

View File

@@ -378,10 +378,10 @@ struct order_d {
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(order_d));
struct traindetails_d {
struct vehicledetails_d {
byte tab;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(traindetails_d));
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vehicledetails_d));
struct smallmap_d {
int32 scroll_x;