untested but might fix #0 in topleft hud

i can't reproduce the issue on demand unfortunately so this is a gamble
This commit is contained in:
shavit 2018-07-10 08:35:00 +03:00
parent 5ddda681b6
commit 9d4077d4ba

View File

@ -2308,7 +2308,7 @@ public void SQL_UpdateLeaderboards_Callback(Database db, DBResultSet results, co
int GetRankForTime(int style, float time, int track) int GetRankForTime(int style, float time, int track)
{ {
if(time < gF_WRTime[style][track] || gI_RecordAmount[style][track] <= 0) if(time <= gF_WRTime[style][track] || gI_RecordAmount[style][track] <= 0)
{ {
return 1; return 1;
} }