mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 11:01:36 +00:00
Make BounceFlags 32 bit wide.
This commit is contained in:
parent
0f2a4abe8f
commit
834a96662b
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ typedef TFlags<ActorFlag6> ActorFlags6;
|
|||
typedef TFlags<ActorFlag7> ActorFlags7;
|
||||
typedef TFlags<ActorFlag8> ActorFlags8;
|
||||
typedef TFlags<ActorRenderFlag> ActorRenderFlags;
|
||||
typedef TFlags<ActorBounceFlag, uint16_t> ActorBounceFlags;
|
||||
typedef TFlags<ActorBounceFlag> ActorBounceFlags;
|
||||
typedef TFlags<ActorRenderFeatureFlag> ActorRenderFeatureFlags;
|
||||
DEFINE_TFLAGS_OPERATORS (ActorFlags)
|
||||
DEFINE_TFLAGS_OPERATORS (ActorFlags2)
|
||||
|
|
Loading…
Reference in a new issue