mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed a warning.
This commit is contained in:
parent
fab186786e
commit
0a0a2c4a41
1 changed files with 1 additions and 1 deletions
|
@ -1202,7 +1202,7 @@ void G_FinishTravel ()
|
||||||
while ( (pawn = next) != NULL)
|
while ( (pawn = next) != NULL)
|
||||||
{
|
{
|
||||||
next = it.Next ();
|
next = it.Next ();
|
||||||
pnum = (pawn->player - players);
|
pnum = int(pawn->player - players);
|
||||||
pawn->ChangeStatNum (STAT_PLAYER);
|
pawn->ChangeStatNum (STAT_PLAYER);
|
||||||
pawndup = pawn->player->mo;
|
pawndup = pawn->player->mo;
|
||||||
start = NULL;
|
start = NULL;
|
||||||
|
|
Loading…
Reference in a new issue