- fixed typo in USDF spec.

- comment fixes taken from GZDoom.
- division by zero check in R_SetVisibility from GZDoom.
This commit is contained in:
Christoph Oelckers 2013-06-23 10:28:12 +02:00
commit 50c5dc62aa
5 changed files with 7 additions and 13 deletions

View file

@ -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++)
{