[General] Structure optimization
This commit is contained in:
parent
68548ad45a
commit
631726b1d9
@ -975,9 +975,9 @@ namespace Game
|
|||||||
|
|
||||||
enum playerFlag
|
enum playerFlag
|
||||||
{
|
{
|
||||||
PLAYER_FLAG_NOCLIP = 1,
|
PLAYER_FLAG_NOCLIP = 1 << 0,
|
||||||
PLAYER_FLAG_UFO = 2,
|
PLAYER_FLAG_UFO = 1 << 1,
|
||||||
PLAYER_FLAG_FROZEN = 4,
|
PLAYER_FLAG_FROZEN = 1 << 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct gclient_s
|
typedef struct gclient_s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user