mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 20:42:11 +00:00
-forgot to save this...
This commit is contained in:
parent
fddb4d2330
commit
10b9d41d57
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void DoUpdateSector(double x, double y, double z, int* sectnum, double maxDistan
|
|||
{
|
||||
double maxDistSq = maxDistance * maxDistance;
|
||||
|
||||
if (validSectorIndex(sectnum))
|
||||
if (validSectorIndex(*sectnum))
|
||||
{
|
||||
if (checker(x, y, z, §or[*sectnum]))
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue