This should be MAXSECTORS

git-svn-id: https://svn.eduke32.com/eduke32@8046 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-08-27 06:52:34 +00:00 committed by Christoph Oelckers
parent 6acf3a958e
commit 1f5866295c

View file

@ -951,7 +951,7 @@ static void clipupdatesector(vec2_t const &pos, int16_t * const sectnum, int con
static uint8_t sectbitmap[(MAXSECTORS+7)>>3];
int16_t nsecs;
bfirst_search_init(sectlist, sectbitmap, &nsecs, MAXCLIPSECTORS, *sectnum);
bfirst_search_init(sectlist, sectbitmap, &nsecs, MAXSECTORS, *sectnum);
for (int sectcnt = 0; sectcnt < nsecs; sectcnt++)
{