Checking if moving to g_local helps

This commit is contained in:
Aaron Dean 2023-09-06 15:44:43 -04:00
parent 0e42bc2021
commit 3c8e26f4e6

View file

@ -2127,8 +2127,8 @@ struct gunStats_t
int damage; //Damage dealt
};
// C++ External symbol linker fixes
extern bool team_round_going;
// C++ External symbol linker fixes?
bool team_round_going = false; // is an actual round of a team game going right now?
//======================================================================
// Action Add End