mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
Use integer zero to reset localview
This commit is contained in:
parent
8729d984a1
commit
b8c0cebc6d
@ -722,8 +722,8 @@ void G_BuildTiccmd(ticcmd_t* cmd)
|
||||
forward += CalcMouseVert(mousey);
|
||||
|
||||
mousex = mousey = 0;
|
||||
localview.angle = 0.0f;
|
||||
localview.pitch = 0.0f;
|
||||
localview.angle = 0;
|
||||
localview.pitch = 0;
|
||||
|
||||
if (forward > MAXPLMOVE)
|
||||
forward = MAXPLMOVE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user