mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 11:28:26 +00:00
RecalcHighestStage typo caught by Haze
This commit is contained in:
parent
888b4be951
commit
7bd954880a
@ -1605,7 +1605,7 @@ void RecalcHighestStage()
|
|||||||
for (int i = 0; i < gI_MapZones; i++)
|
for (int i = 0; i < gI_MapZones; i++)
|
||||||
{
|
{
|
||||||
int type = gA_ZoneCache[i].iType;
|
int type = gA_ZoneCache[i].iType;
|
||||||
if (type == Zone_Stage) continue;
|
if (type != Zone_Stage) continue;
|
||||||
|
|
||||||
int track = gA_ZoneCache[i].iTrack;
|
int track = gA_ZoneCache[i].iTrack;
|
||||||
int stagenum = gA_ZoneCache[i].iData;
|
int stagenum = gA_ZoneCache[i].iData;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user