(svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's used for all vehicle types
This commit is contained in:
4
window.h
4
window.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user