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:
parent
78386aa4b3
commit
6f8b684753
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user