mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
fix lone sector drawing
git-svn-id: https://svn.eduke32.com/eduke32@1845 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
faead764ad
commit
900a115b5a
1 changed files with 3 additions and 0 deletions
|
@ -4342,6 +4342,9 @@ check_next_sector: ;
|
||||||
headspritesect[numsectors] = -1;
|
headspritesect[numsectors] = -1;
|
||||||
numsectors++;
|
numsectors++;
|
||||||
|
|
||||||
|
numwalls = newnumwalls;
|
||||||
|
newnumwalls = -1;
|
||||||
|
|
||||||
printmessage16("Created new sector %d", numsectors-1);
|
printmessage16("Created new sector %d", numsectors-1);
|
||||||
}
|
}
|
||||||
else //else add loop to sector
|
else //else add loop to sector
|
||||||
|
|
Loading…
Reference in a new issue