Merge pull request #1193 from Nairdaa/patch-33

fix hsw sync
This commit is contained in:
rtldg 2023-06-21 01:45:17 +00:00 committed by GitHub
commit d48ed993c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3722,7 +3722,7 @@ void TestAngles(int client, float dirangle, float yawdelta, const float vel[3])
}
// hsw (thanks nairda!)
else if((dirangle > 22.5 && dirangle < 67.5))
else if((dirangle > 22.5 && dirangle < 67.5) || (dirangle > 292.5 && dirangle < 337.5))
{
gA_Timers[client].iTotalMeasures++;