From 3c3872237373b47aeb559f2880d0982df641e041 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Sun, 19 Feb 2017 19:21:49 +0500 Subject: [PATCH] Update player.cpp --- dlls/player.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlls/player.cpp b/dlls/player.cpp index 6ba3eb0c..d25776df 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -133,6 +133,11 @@ TYPEDESCRIPTION CBasePlayer::m_playerSaveData[] = DEFINE_FIELD( CBasePlayer, m_fHudVisible, FIELD_BOOLEAN ), DEFINE_FIELD( CBasePlayer, m_fUpdateHudVisibility, FIELD_BOOLEAN ), + // Xensquasher + DEFINE_FIELD( CBasePlayer, m_flStartCharge, FIELD_TIME ), + DEFINE_FIELD( CBasePlayer, m_flPlayAftershock, FIELD_TIME ), + DEFINE_FIELD( CBasePlayer, m_flNextAmmoBurn, FIELD_TIME ), + //DEFINE_FIELD( CBasePlayer, m_fDeadTime, FIELD_FLOAT ), // only used in multiplayer games //DEFINE_FIELD( CBasePlayer, m_fGameHUDInitialized, FIELD_INTEGER ), // only used in multiplayer games //DEFINE_FIELD( CBasePlayer, m_flStopExtraSoundTime, FIELD_TIME ),