From 39bd9c6da8dbcb47660cc41ac53bbbacb4c020ab Mon Sep 17 00:00:00 2001
From: namishere <wisdomnami@gmail.com>
Date: Mon, 30 Aug 2021 23:18:25 -0700
Subject: [PATCH] Make next compile again

---
 src/lua_baselib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lua_baselib.c b/src/lua_baselib.c
index f287fb78cd..1c3b483fa1 100644
--- a/src/lua_baselib.c
+++ b/src/lua_baselib.c
@@ -3405,7 +3405,7 @@ static int lib_gAddPlayer(lua_State *L)
 {
 	INT16 i, newplayernum, botcount = 1;
 	player_t *newplayer;
-	INT8 skinnum = 0, bot;
+	SINT8 skinnum = 0, bot;
 
 	for (i = 0; i < MAXPLAYERS; i++)
 	{
-- 
GitLab