]> git.jsancho.org Git - lugaru.git/commit
Fix 7s offset between shown challenge time and high score
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 10 Dec 2016 12:55:38 +0000 (13:55 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 10 Dec 2016 12:55:38 +0000 (13:55 +0100)
commit96f10b742814fab1d16e3fa704160773c3381795
tree17b216b1ee42c94fbf0ee7fb5fffab73750e03d0
parent5030327d977d2232e0892e36661f509e68295635
Fix 7s offset between shown challenge time and high score

Also properly rounds the float time so that 26.89s does not end up as 26 but 27.
Source/Game.cpp
Source/Game.h
Source/GameDraw.cpp
Source/GameTick.cpp
Source/Menu.cpp