1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Add missing replay bool in CPlayerState from sdk2013 to tf2 branch (#124)

(cherry picked from commit 78673d4c4a)
This commit is contained in:
Rafał 2023-02-17 01:34:49 +01:00 committed by Nick Hastings
parent 92dcf04225
commit ef291082a9

View File

@ -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