- Added Martin Howe's morph system enhancement.

SVN r889 (trunk)
This commit is contained in:
Christoph Oelckers 2008-04-08 08:53:42 +00:00
commit a424a2f2a9
16 changed files with 497 additions and 195 deletions

View file

@ -163,7 +163,7 @@ AT_GAME_SET(PigPlayer)
void APigPlayer::MorphPlayerThink ()
{
if (player->morphTics&15)
if (player->morphTics & 15)
{
return;
}