Files
xash3d-fwgs/engine
Alibek Omarov 35783bcec2 engine: common: net_encode: fix inaccuracy in DT_TIMEWINDOW_* encoding
By avoiding double rounding, we get more accurate time on client when timebase
gets rounded down and target time gets rounded up:

```
>>> round(123.1) - round(124.51)
-2
>>> round(123.1 - 124.51)
-1
```
2024-04-17 06:09:52 +03:00
..
2018-10-06 03:42:09 +03:00
2021-03-07 03:40:01 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00
2024-02-19 17:47:40 +03:00