- removed a warning.

This commit is contained in:
Christoph Oelckers 2016-01-30 12:59:15 +01:00
parent fab186786e
commit 0a0a2c4a41
1 changed files with 1 additions and 1 deletions

View File

@ -1202,7 +1202,7 @@ void G_FinishTravel ()
while ( (pawn = next) != NULL)
{
next = it.Next ();
pnum = (pawn->player - players);
pnum = int(pawn->player - players);
pawn->ChangeStatNum (STAT_PLAYER);
pawndup = pawn->player->mo;
start = NULL;