diff --git a/Source/lighting.cpp b/Source/lighting.cpp index e84641740..59268f043 100644 --- a/Source/lighting.cpp +++ b/Source/lighting.cpp @@ -1173,7 +1173,7 @@ void InitVision() int AddVision(int x, int y, int r, BOOL mine) { - int vid = -1; // BUGFIX: if numvision >= MAXVISION behavior is undefined + int vid = -1; // BUGFIX: if numvision >= MAXVISION behavior is undefined (fixed) if (numvision < MAXVISION) { VisionList[numvision]._lx = x;