mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 04:34:08 +00:00
Peds, Hud, CFO 1/2, fixes - including zone names
This commit is contained in:
parent
5bedca7692
commit
f40f44b14e
30 changed files with 1467 additions and 818 deletions
|
@ -104,7 +104,7 @@ CTheZones::Init(void)
|
|||
NavigationZoneArray[0].maxy = 2000.0f;
|
||||
NavigationZoneArray[0].maxz = 500.0f;
|
||||
NavigationZoneArray[0].level = LEVEL_GENERIC;
|
||||
NavigationZoneArray[0].type = ZONE_NAVIG;
|
||||
NavigationZoneArray[0].type = ZONE_DEFAULT;
|
||||
|
||||
m_CurrLevel = LEVEL_GENERIC;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue