equal
deleted
inserted
replaced
351 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d)); |
351 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d)); |
352 |
352 |
353 typedef struct { |
353 typedef struct { |
354 byte vehicletype; |
354 byte vehicletype; |
355 byte sel_index[2]; |
355 byte sel_index[2]; |
356 int16 sel_engine[2]; |
356 EngineID sel_engine[2]; |
357 uint16 count[2]; |
357 uint16 count[2]; |
358 } replaceveh_d; |
358 } replaceveh_d; |
359 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(replaceveh_d)); |
359 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(replaceveh_d)); |
360 |
360 |
361 typedef struct { |
361 typedef struct { |