Make next compile again

This commit is contained in:
namishere 2021-08-30 23:18:25 -07:00
parent 4c20dd7350
commit 39bd9c6da8

View file

@ -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++)
{