mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 18:00:40 +00:00
- Blood: Don't use cl_viewbob
to control bobbing overall, only cl_viewhbob
and cl_viewvbob
as exposed via the menus.
This commit is contained in:
parent
ae731d1eaf
commit
3516e4c3b0
1 changed files with 7 additions and 10 deletions
|
@ -616,8 +616,6 @@ void viewDrawScreen(bool sceneonly)
|
|||
v48 += shakeBobY;
|
||||
cH += buildhoriz(mulscale30(0x40000000 - Cos(gView->tiltEffect << 2), 30));
|
||||
if (gViewPos == 0)
|
||||
{
|
||||
if (cl_viewbob)
|
||||
{
|
||||
if (cl_viewhbob)
|
||||
{
|
||||
|
@ -628,7 +626,6 @@ void viewDrawScreen(bool sceneonly)
|
|||
{
|
||||
cZ += v8c;
|
||||
}
|
||||
}
|
||||
if (cl_slopetilting)
|
||||
{
|
||||
cH += cOff;
|
||||
|
|
Loading…
Reference in a new issue