OpenTTD Source
20241108-master-g80f628063a
|
This is used to gather some data about animation drawing in the industry code Image_1-2-3 are in fact only offset in the sprites used by the industry. More...
#include <industry_land.h>
Data Fields | |
int | x |
coordinate x of the first image offset | |
uint8_t | image_1 |
image offset 1 | |
uint8_t | image_2 |
image offset 2 | |
uint8_t | image_3 |
image offset 3 | |
This is used to gather some data about animation drawing in the industry code Image_1-2-3 are in fact only offset in the sprites used by the industry.
To specify an invalid one, either 255 or 0 is used, depending of the industry.
Definition at line 18 of file industry_land.h.