mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Merge branch 's' into 'next'
Make next compile again See merge request STJr/SRB2!1611
This commit is contained in:
commit
cf30fd1bd7
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue