From 2a83ec7ecc8a21ae7f844b8d8bd259f4ce7d66b2 Mon Sep 17 00:00:00 2001 From: Dino <8dino2@gmail.com> Date: Mon, 4 Sep 2023 17:38:27 -0400 Subject: [PATCH] A few more adds/fixes --- actionlite/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionlite/g_local.h b/actionlite/g_local.h index 058a45f..e58b48a 100644 --- a/actionlite/g_local.h +++ b/actionlite/g_local.h @@ -1954,7 +1954,7 @@ extern gitem_t itemlist[IT_TOTAL]; #define CROUCHING_VIEWHEIGHT 8 #define STANDING_VIEWHEIGHT 22 -extern team_t teams[TEAM_TOP]; +extern aqteam_t teams[TEAM_TOP]; int32_t gameSettings; // Round based, deathmatch, etc? extern cvar_t *allitem;