Files
xash3d-fwgs/engine/common
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
..
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2021-01-04 20:55:10 +03:00
2024-01-28 09:55:18 +03:00
2024-01-28 09:55:18 +03:00
2024-02-05 15:57:59 +03:00
2024-03-26 17:15:34 +03:00
2023-12-15 06:40:04 +03:00
2021-01-04 20:55:10 +03:00
2021-01-04 20:55:10 +03:00