mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 23:50:25 +00:00
(svn r8889) -Fix (r8880): a CursorID is not a SpriteID.
This commit is contained in:
parent
5dcd88c59c
commit
5aaff3b5a1
@ -101,7 +101,7 @@ typedef struct Rect {
|
|||||||
|
|
||||||
/** A single sprite of a list of animated cursors */
|
/** A single sprite of a list of animated cursors */
|
||||||
struct AnimCursor {
|
struct AnimCursor {
|
||||||
static const SpriteID LAST = MAX_UVALUE(CursorID);
|
static const CursorID LAST = MAX_UVALUE(CursorID);
|
||||||
CursorID sprite; ///< Must be set to LAST_ANIM when it is the last sprite of the loop
|
CursorID sprite; ///< Must be set to LAST_ANIM when it is the last sprite of the loop
|
||||||
byte display_time; ///< Amount of ticks this sprite will be shown
|
byte display_time; ///< Amount of ticks this sprite will be shown
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user