Skip to content

Commit

Permalink
adapt some comments, thanks @Zodomaniac
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Mar 6, 2019
1 parent 1e775ca commit a6e28c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doom/am_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ void AM_drawWalls(void)
cheating && (lines[i].frontsector->special == 9))
AM_drawMline(&l, SECRETWALLCOLORS);
#if defined CRISPY_HIGHLIGHT_REVEALED_SECRETS
// [crispy] draw revealed secret sector boundaries in gold
// [crispy] draw revealed secret sector boundaries in green
else
if (crispy->extautomap &&
crispy->secretmessage && (lines[i].frontsector->oldspecial == 9))
Expand All @@ -1384,7 +1384,7 @@ void AM_drawWalls(void)
else AM_drawMline(&l, WALLCOLORS+lightlev);
}
#if defined CRISPY_HIGHLIGHT_REVEALED_SECRETS
// [crispy] draw revealed secret sector boundaries in gold
// [crispy] draw revealed secret sector boundaries in green
else if (crispy->extautomap && crispy->secretmessage &&
(lines[i].backsector->oldspecial == 9 ||
lines[i].frontsector->oldspecial == 9))
Expand Down

0 comments on commit a6e28c6

Please sign in to comment.