mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Making the flag value more obvious.
This commit is contained in:
parent
aa89eadac4
commit
6a070adf4b
1 changed files with 3 additions and 3 deletions
|
@ -733,9 +733,9 @@ typedef enum
|
||||||
{
|
{
|
||||||
SRF_SINGLE = 0, // 0-angle for all rotations
|
SRF_SINGLE = 0, // 0-angle for all rotations
|
||||||
SRF_3D = 1, // Angles 1-8
|
SRF_3D = 1, // Angles 1-8
|
||||||
SRF_LEFT = 2, // Left side has single patch
|
SRF_LEFT = 2, // Left side uses single patch
|
||||||
SRF_RIGHT = 4, // Right side has single patch
|
SRF_RIGHT = 4, // Right side uses single patch
|
||||||
SRF_2D = 6, // SRF_LEFT|SRF_RIGHT
|
SRF_2D = SRF_LEFT|SRF_RIGHT, // 6
|
||||||
SRF_NONE = 0xff // Initial value
|
SRF_NONE = 0xff // Initial value
|
||||||
} spriterotateflags_t; // SRF's up!
|
} spriterotateflags_t; // SRF's up!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue