mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 09:01:41 +00:00
CLIENT: Fix viewangle corruption on 32-bit systems
This commit is contained in:
parent
fdbf7989cc
commit
6d9b976f2f
1 changed files with 1 additions and 6 deletions
|
@ -1185,12 +1185,7 @@ noref float(float evtype, float scanx, float chary, float devid) CSQC_InputEvent
|
|||
|
||||
noref void() CSQC_Input_Frame =
|
||||
{
|
||||
if(walk)
|
||||
{
|
||||
input_movevalues *= 0.5;
|
||||
}
|
||||
|
||||
input_angles = getproperty(VF_ANGLES);
|
||||
input_angles += gun_kick;
|
||||
}
|
||||
|
||||
#define DEG2RAD(x) (x * M_PI / 180.f)
|
||||
|
|
Loading…
Reference in a new issue