mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Make next compile again
This commit is contained in:
parent
4c20dd7350
commit
39bd9c6da8
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