[Fix] Oops. Accidently gave autonav flag same values as player creation.
This commit is contained in:
parent
f26cf7e4e1
commit
5cfecb8f81
@ -14,7 +14,7 @@
|
||||
#define PLAYER_SECONDARY_L (1<<14) /**< Player shot secondary last frame. */
|
||||
#define PLAYER_LANDACK (1<<15) /**< Player has permission to land. */
|
||||
#define PLAYER_CREATING (1<<16) /**< Player is being created. */
|
||||
#define PLAYER_AUTONAV (1<<16) /**< Player has autonaviagation on. */
|
||||
#define PLAYER_AUTONAV (1<<17) /**< Player has autonaviagation on. */
|
||||
|
||||
/* Flag functions. */
|
||||
#define player_isFlag(f) (player_flags & f) /**< Check for a player flag. */
|
||||
|
Loading…
Reference in New Issue
Block a user