- fixed typo in USDF spec.
- comment fixes taken from GZDoom. - division by zero check in R_SetVisibility from GZDoom.
This commit is contained in:
parent
54f06739d0
commit
50c5dc62aa
5 changed files with 7 additions and 13 deletions
|
|
@ -1498,7 +1498,7 @@ void P_SetRenderSector()
|
|||
seg_t *seg = ss->firstline;
|
||||
|
||||
// Check for one-dimensional subsectors. These should be ignored when
|
||||
// being processed for automap drawinng etc.
|
||||
// being processed for automap drawing etc.
|
||||
ss->flags |= SSECF_DEGENERATE;
|
||||
for(j=2; j<ss->numlines; j++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue