Skip to content

Commit

Permalink
Observer mode comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Nov 15, 2024
1 parent f4712fd commit 2093213
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SourceCode/dlls/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -722,12 +722,12 @@ inline bool CBasePlayer::IsTeammate(CBaseEntity* pTarget)
}

// Spectator Movement modes (stored in pev->iuser1, so the physics code can get at them)
#define OBS_NONE 0
#define OBS_CHASE_LOCKED 1
#define OBS_CHASE_FREE 2
#define OBS_ROAMING 3
#define OBS_IN_EYE 4
#define OBS_MAP_FREE 5
#define OBS_NONE 0 // not observing.
#define OBS_CHASE_LOCKED 1 // Chase Locked
#define OBS_CHASE_FREE 2 // Chase Free-Cam
#define OBS_ROAMING 3 // Roaming
#define OBS_IN_EYE 4 // First-Person
#define OBS_MAP_FREE 5 // Map Free Roam
#define OBS_MAP_CHASE 6

//-- Martin Webrant
Expand Down

0 comments on commit 2093213

Please sign in to comment.