mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Add missing replay bool in CPlayerState from sdk2013 to tf2 branch (#124)
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
//========= Copyright <EFBFBD> 1996-2005, Valve Corporation, All rights reserved. ============//
|
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||||
//
|
//
|
||||||
// Purpose:
|
// Purpose:
|
||||||
//
|
//
|
||||||
@ -42,8 +42,9 @@ public:
|
|||||||
int fixangle;
|
int fixangle;
|
||||||
// delta angle for fixangle == FIXANGLE_RELATIVE
|
// delta angle for fixangle == FIXANGLE_RELATIVE
|
||||||
QAngle anglechange;
|
QAngle anglechange;
|
||||||
// flag to single the HLTV fake client, not transmitted
|
// flag to single the HLTV/Replay fake client, not transmitted
|
||||||
bool hltv;
|
bool hltv;
|
||||||
|
bool replay;
|
||||||
int frags;
|
int frags;
|
||||||
int deaths;
|
int deaths;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user