mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
player_t: change pflags type to UINT32
Avoids invalid conversion compiler errors when using bitwise operators on pflags from C++ code.
This commit is contained in:
parent
70310eaed6
commit
022e6ed5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ struct player_t
|
||||||
|
|
||||||
// Bit flags.
|
// Bit flags.
|
||||||
// See pflags_t, above.
|
// See pflags_t, above.
|
||||||
pflags_t pflags;
|
UINT32 pflags;
|
||||||
|
|
||||||
// playing animation.
|
// playing animation.
|
||||||
panim_t panim;
|
panim_t panim;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue