Fix timer bug

This commit is contained in:
Miloslav Ciz 2025-05-28 20:27:47 +02:00
parent ec33c93e8d
commit 19a2aff2cc
3 changed files with 7 additions and 6 deletions

View file

@ -38,13 +38,13 @@ fuck issue trackers :D
=========== BUGS =================
- sometimes after restart the timer shows not 0:0:0, but something like 0:0:033
- replay loading BUG! somehow map2 replay was saves with hash 05ef0ab1 instead
of correct 3c5ba5dd once, WTF, check where hash gets modified
=========== HANDLED ==============
- should drifting make a sound? NO NEED
- sometimes after restart the timer shows not 0:0:0, but something like 0:0:033
- doxygen documentation
- immediately after starting the map countdown seems to be lower (seems to
perhaps be caused by nextPhysicsFrameTime, look into it)