mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
fix loose indentation
This commit is contained in:
parent
4a27ecfd3c
commit
0d97c18b35
@ -209,13 +209,13 @@ public Action Command_Calc(int args)
|
||||
|
||||
public void OnMapStart()
|
||||
{
|
||||
gI_NeededRecordsAmount = 0;
|
||||
gI_CachedRecordsAmount = 0;
|
||||
gI_NeededRecordsAmount = 0;
|
||||
gI_CachedRecordsAmount = 0;
|
||||
|
||||
gF_IdealTime = 0.0;
|
||||
gF_MapPoints = -1.0;
|
||||
gF_IdealTime = 0.0;
|
||||
gF_MapPoints = -1.0;
|
||||
|
||||
GetCurrentMap(gS_Map, 256);
|
||||
GetCurrentMap(gS_Map, 256);
|
||||
UpdatePointsCache(gS_Map);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user