From 0aa85bf29137dac7e910955a539809febb17fdf4 Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 30 Nov 2022 17:17:40 +0000 Subject: [PATCH] Unused variable in Got_AddBot --- src/d_clisrv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 2ecea2764..29c460434 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -3699,7 +3699,6 @@ static void Got_AddBot(UINT8 **p, INT32 playernum) INT16 newplayernum; UINT8 i, skinnum = 0; UINT8 difficulty = DIFFICULTBOT; - UINT8 availabilitiesbuffer[MAXAVAILABILITY]; if (playernum != serverplayer && !IsPlayerAdmin(playernum)) {