- floatified p_trace, p_slopes and p_udmf.cpp.
- major cleanup of unused code.
This commit is contained in:
parent
ced30e7bbb
commit
66929cbaff
35 changed files with 350 additions and 529 deletions
|
|
@ -2500,7 +2500,6 @@ void P_PlayerThink (player_t *player)
|
|||
}
|
||||
if (player->centering)
|
||||
{
|
||||
player->mo->Angles.Pitch.Normalize180(); // make sure we are in the proper range here for the following code.
|
||||
if (fabs(player->mo->Angles.Pitch) > 2.)
|
||||
{
|
||||
player->mo->Angles.Pitch *= (2. / 3.);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue