add forgotten file

This commit is contained in:
Jackzie 2021-10-05 19:16:53 -05:00
parent cddecefa81
commit da41fdf7a0
No known key found for this signature in database
GPG key ID: 1E834FE36520537A

View file

@ -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;