Merge remote-tracking branch 'wolfy852/patch-2' into next

This commit is contained in:
Alam Ed Arias 2014-11-29 13:08:32 -05:00
commit d959d0e462

View file

@ -974,9 +974,7 @@ void P_DoSuperTransformation(player_t *player, boolean giverings)
// Transformation animation // Transformation animation
P_SetPlayerMobjState(player->mo, S_PLAY_SUPERTRANS1); P_SetPlayerMobjState(player->mo, S_PLAY_SUPERTRANS1);
player->mo->momx >>= 1; player->mo->momx = player->mo->momy = player->mo->momz = 0;
player->mo->momy >>= 1;
player->mo->momz >>= 1;
if (giverings) if (giverings)
{ {