From 18ff02951b48b2c106ff827acf36b45f900aa84e Mon Sep 17 00:00:00 2001 From: Steven Howard Date: Sat, 13 Oct 2018 17:06:06 +0100 Subject: [PATCH] hidden syncing for the time being --- gamemodes/irresistible/cnr/features/damage_feed.pwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes/irresistible/cnr/features/damage_feed.pwn b/gamemodes/irresistible/cnr/features/damage_feed.pwn index 25e1a7e..04a7d15 100644 --- a/gamemodes/irresistible/cnr/features/damage_feed.pwn +++ b/gamemodes/irresistible/cnr/features/damage_feed.pwn @@ -46,7 +46,7 @@ static stock //g_BulletTimer [ MAX_PLAYERS ], bool: p_GotHit [ MAX_PLAYERS char ], - bool: p_SyncingPlayer [ MAX_PLAYERS char ], + //bool: p_SyncingPlayer [ MAX_PLAYERS char ], p_DamageObject [ MAX_PLAYERS ] = { -1, ... }, PlayerText: g_damageFeedTakenTD [ MAX_PLAYERS ] = { PlayerText: INVALID_TEXT_DRAW, ... }, @@ -109,7 +109,7 @@ hook OnPlayerConnect( playerid ) hook OnPlayerDisconnect( playerid, reason ) { p_HitmarkerSound{ playerid } = 0; - p_SyncingPlayer{ playerid } = false; + //p_SyncingPlayer{ playerid } = false; return 1; }