mirror of
https://github.com/td512/re3.git
synced 2026-02-05 10:04:35 +00:00
miscellaneous, mostly world related
This commit is contained in:
@@ -114,7 +114,7 @@ void
|
||||
CTheZones::Update(void)
|
||||
{
|
||||
CVector pos;
|
||||
FindPlayerCoors(pos);
|
||||
pos = FindPlayerCoors();
|
||||
m_pPlayersZone = FindSmallestZonePosition(&pos);
|
||||
m_CurrLevel = GetLevelFromPosition(pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user