mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 19:02:45 +00:00
Preparation for the SPR2_ freeslot branch's merger. *crosses fingers it happens soon*
This commit is contained in:
parent
d0cd1d951f
commit
1ac1f27e4c
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
#pragma interface
|
||||
#endif
|
||||
|
||||
/// \brief Frame flags: only the frame number - 0 to 127 (Frames and Sprite2)
|
||||
#define FF_FRAMEMASK 0x7f
|
||||
/// \brief Frame flags: only the frame number - 0 to 511 (Frames from 0 to 63, Sprite2 number uses full range)
|
||||
#define FF_FRAMEMASK 0x1ff
|
||||
/// \brief Frame flags: A change of state at the end of Sprite2 animation
|
||||
#define FF_SPR2ENDSTATE 0x1000
|
||||
/// \brief Frame flags: 50% of starting in middle of animation (Sprite2 and FF_ANIMATE)
|
||||
|
|
Loading…
Reference in a new issue