From da41fdf7a055b3327311a9e4566ec34415fa1ecc Mon Sep 17 00:00:00 2001 From: Jackz Date: Tue, 5 Oct 2021 19:16:53 -0500 Subject: [PATCH] add forgotten file --- scripting/include/ftt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripting/include/ftt.inc b/scripting/include/ftt.inc index d21b480..f049546 100644 --- a/scripting/include/ftt.inc +++ b/scripting/include/ftt.inc @@ -10,9 +10,9 @@ enum L4D2Infected L4D2Infected_Witch = 7, L4D2Infected_Tank = 8 }; -int g_iAttackerTarget[MAXPLAYERS+1]; +int g_iAttackerTarget[MAXPLAYERS+1], g_PendingBanTroll[MAXPLAYERS+1]; int autoPunished = -1, autoPunishMode, lastButtonUser, lastCrescendoUser; -bool g_bPendingItemGive[MAXPLAYERS+1], g_PendingBanTroll[MAXPLAYERS+1]; +bool g_bPendingItemGive[MAXPLAYERS+1]; GlobalForward g_PlayerMarkedForward; char steamids[MAXPLAYERS+1][64]; Handle g_hWitchAttack;