From cc4c5c8070876120427fce8f9353690a76d9d335 Mon Sep 17 00:00:00 2001 From: "zer0.k" <61156310+zer0k-z@users.noreply.github.com> Date: Sat, 10 Feb 2024 09:59:22 +0100 Subject: [PATCH] Update ISource2GameClients::ProcessUsercmds (#208) --- public/eiface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/eiface.h b/public/eiface.h index 306dbcd4..f16e98b8 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -574,7 +574,7 @@ public: virtual void ClientSetupVisibility( CPlayerSlot slot, vis_info_t *visinfo ) = 0; // A block of CUserCmds has arrived from the user, decode them and buffer for execution during player simulation - virtual int ProcessUsercmds( CPlayerSlot slot, bf_read *buf, int numcmds, bool ignore, bool paused ) = 0; + virtual int ProcessUsercmds( CPlayerSlot slot, bf_read *buf, int numcmds, bool ignore, bool paused, float margin ) = 0; virtual bool IsPlayerSlotOccupied( CPlayerSlot slot ) = 0;