fixed annoying bug

This commit is contained in:
Nikolay Korolev 2020-05-19 21:10:40 +03:00
parent 41d7b3244b
commit e967db4a3c
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ CTheZones::Init(void)
memset(&MapZoneArray[i], 0, sizeof(CZone));
MapZoneArray[i].type = ZONE_MAPZONE;
}
TotalNumberOfMapZones = 1;
strcpy(MapZoneArray[0].name, "THEMAP");
MapZoneArray[0].minx = -2400.0f;
MapZoneArray[0].miny = -2000.0f;