|
OpenTTD Source
1.11.0-beta2
|
Cache for vehicle sprites and values relating to whether they should be updated before drawing, or calculating the viewport. More...
#include <vehicle_base.h>
Data Fields | |
| Direction | last_direction |
| Last direction we obtained sprites for. | |
| bool | revalidate_before_draw |
| We need to do a GetImage() and check bounds before drawing this sprite. | |
| Rect | old_coord |
| Co-ordinates from the last valid bounding box. | |
| bool | is_viewport_candidate |
| This vehicle can potentially be drawn on a viewport. | |
| VehicleSpriteSeq | sprite_seq |
| Vehicle appearance. | |
Cache for vehicle sprites and values relating to whether they should be updated before drawing, or calculating the viewport.
Definition at line 188 of file vehicle_base.h.