Merge branch 's' into 'next'

Make next compile again

See merge request STJr/SRB2!1611
This commit is contained in:
James R 2021-08-31 23:47:26 +00:00
commit cf30fd1bd7

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