|
OpenTTD Source 20251117-master-g7398d2e290
|
A single sprite of a list of animated cursors. More...
#include <gfx_type.h>
Data Fields | |
| CursorID | sprite |
| Must be set to LAST_ANIM when it is the last sprite of the loop. | |
| uint8_t | display_time |
| Amount of ticks this sprite will be shown. | |
A single sprite of a list of animated cursors.
Definition at line 110 of file gfx_type.h.
| uint8_t AnimCursor::display_time |
Amount of ticks this sprite will be shown.
Definition at line 112 of file gfx_type.h.
| CursorID AnimCursor::sprite |
Must be set to LAST_ANIM when it is the last sprite of the loop.
Definition at line 111 of file gfx_type.h.