# Conflicts:
#	wadsrc/static/language.enu
This commit is contained in:
raa-eruanna 2016-10-21 13:37:12 -04:00
commit 9cf9cc1318
3 changed files with 3 additions and 3 deletions

View file

@ -1893,7 +1893,7 @@ void P_CalcHeight (player_t *player)
{
bob = 0;
}
player->viewz = player->mo->Z() + player->viewheight + bob;
player->viewz = player->mo->Z() + player->viewheight + (bob * player->mo->ViewBob); // [SP] Allow DECORATE changes to view bobbing speed.
if (player->mo->Floorclip && player->playerstate != PST_DEAD
&& player->mo->Z() <= player->mo->floorz)
{