This commit is contained in:
Rachael Alexanderson 2017-01-07 16:04:46 -05:00
commit 6e06adb795
60 changed files with 559 additions and 474 deletions

View file

@ -2061,7 +2061,7 @@ void P_MovePlayer (player_t *player)
msecnode_t *n = player->mo->touching_sectorlist;
while (n != NULL)
{
fprintf (debugfile, "%td ", n->m_sector-sectors);
fprintf (debugfile, "%d ", n->m_sector->sectornum);
n = n->m_tnext;
}
fprintf (debugfile, "]\n");