mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
Fixed zones not appearing after changing to a map with more zones.
This commit is contained in:
parent
9c74b62a28
commit
af1c2c9870
@ -1761,6 +1761,11 @@ public Action Timer_DrawEverything(Handle Timer)
|
||||
static int iCycle = 0;
|
||||
int iMaxZonesPerFrame = (gB_FlatZones)? 16:5;
|
||||
|
||||
if(iCycle >= gI_MapZones)
|
||||
{
|
||||
iCycle = 0;
|
||||
}
|
||||
|
||||
for(int i = iCycle; i < gI_MapZones; i++)
|
||||
{
|
||||
if(gA_ZoneCache[i][bZoneInitialized] && gA_ZoneSettings[gA_ZoneCache[i][iZoneType]][bVisible])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user