mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 04:36:18 +00:00
some work on zones
This commit is contained in:
@ -396,7 +396,7 @@ CPopulation::FindCollisionZoneForCoors(CVector *coors, int *safeZoneOut, eLevelN
|
||||
if (*safeZoneOut >= 0)
|
||||
*levelOut = LEVEL_NONE;
|
||||
else
|
||||
*levelOut = CTheZones::GetLevelFromPosition(*coors);
|
||||
*levelOut = CTheZones::GetLevelFromPosition(coors);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user