Skip to content

Commit

Permalink
Remove unused global variables #315
Browse files Browse the repository at this point in the history
  • Loading branch information
good-live committed May 2, 2018
1 parent 4adeef9 commit a398e33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/sourcemod/scripting/ttt/core/globals.sp
Expand Up @@ -26,8 +26,6 @@ bool g_bRoundEnded = false;
int g_iRDMAttacker[MAXPLAYERS + 1] = { -1, ... };
Handle g_hRDMTimer[MAXPLAYERS + 1] = { null, ... };
bool g_bImmuneRDMManager[MAXPLAYERS + 1] = { false, ... };
bool g_bHoldingProp[MAXPLAYERS + 1] = { false, ... };
bool g_bHoldingSilencedWep[MAXPLAYERS + 1] = { false, ... };

int g_iRole[MAXPLAYERS + 1] = { 0, ... };

Expand Down

0 comments on commit a398e33

Please sign in to comment.