diff --git a/public/PlayerState.h b/public/PlayerState.h index 6af9c870..e16afc7c 100644 --- a/public/PlayerState.h +++ b/public/PlayerState.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// +//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // @@ -42,8 +42,9 @@ public: int fixangle; // delta angle for fixangle == FIXANGLE_RELATIVE QAngle anglechange; - // flag to single the HLTV fake client, not transmitted + // flag to single the HLTV/Replay fake client, not transmitted bool hltv; + bool replay; int frags; int deaths; #endif