mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 13:18:59 +00:00
fixed annoying bug
This commit is contained in:
parent
41d7b3244b
commit
e967db4a3c
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ CTheZones::Init(void)
|
||||||
memset(&MapZoneArray[i], 0, sizeof(CZone));
|
memset(&MapZoneArray[i], 0, sizeof(CZone));
|
||||||
MapZoneArray[i].type = ZONE_MAPZONE;
|
MapZoneArray[i].type = ZONE_MAPZONE;
|
||||||
}
|
}
|
||||||
|
TotalNumberOfMapZones = 1;
|
||||||
strcpy(MapZoneArray[0].name, "THEMAP");
|
strcpy(MapZoneArray[0].name, "THEMAP");
|
||||||
MapZoneArray[0].minx = -2400.0f;
|
MapZoneArray[0].minx = -2400.0f;
|
||||||
MapZoneArray[0].miny = -2000.0f;
|
MapZoneArray[0].miny = -2000.0f;
|
||||||
|
|
Loading…
Reference in a new issue