(svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's used for all vehicle types

This commit is contained in:
bjarni
2006-10-10 07:56:23 +00:00
parent 5de3e419f4
commit cea27e2622
6 changed files with 143 additions and 143 deletions

View File

@@ -405,8 +405,8 @@ typedef struct {
uint16 list_a_length;
uint16 list_b_length;
uint16 list_c_length;
} buildtrain_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d));
} buildvehicle_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildvehicle_d));
typedef struct {
byte vehicletype;