- Added full sound definitions for Heretic's ChickenPlayer and Hexen's
PigPlayer (submitted by NeuralStunner.) - Added unmorph fix by Gez. SVN r2056 (trunk)
This commit is contained in:
parent
3d40dbb659
commit
9b5c2c81f1
5 changed files with 20 additions and 2 deletions
|
|
@ -2309,7 +2309,7 @@ void P_PlayerThink (player_t *player)
|
|||
}
|
||||
if (!--player->morphTics)
|
||||
{ // Attempt to undo the chicken/pig
|
||||
P_UndoPlayerMorph (player, player);
|
||||
P_UndoPlayerMorph (player, player, MORPH_UNDOBYTIMEOUT);
|
||||
}
|
||||
}
|
||||
// Cycle psprites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue