- Added skill definitions to MAPINFO.

SVN r558 (trunk)
This commit is contained in:
Christoph Oelckers 2007-11-02 22:03:03 +00:00
commit 52e5f8b8e1
9 changed files with 387 additions and 161 deletions

View file

@ -1608,7 +1608,7 @@ void P_MovePlayer (player_t *player)
fprintf (debugfile, "]\n");
}
if (!(player->cheats & CF_PREDICTING))
if (!(player->cheats & CF_PREDICTING) && (forwardmove|sidemove))
{
player->mo->PlayRunning ();
}