From 3c8e26f4e685414f01f5679c7a0f3a43fc3328e0 Mon Sep 17 00:00:00 2001 From: Aaron Dean <8dino2@gmail.com> Date: Wed, 6 Sep 2023 15:44:43 -0400 Subject: [PATCH] Checking if moving to g_local helps --- actionlite/g_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionlite/g_local.h b/actionlite/g_local.h index f86024d..8ded776 100644 --- a/actionlite/g_local.h +++ b/actionlite/g_local.h @@ -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