From 78673d4c4aac783f30c80491997b22a9f6281309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82?= Date: Fri, 17 Feb 2023 01:34:49 +0100 Subject: [PATCH] Add missing replay bool in CPlayerState from sdk2013 to tf2 branch (#124) --- public/PlayerState.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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