mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
do not highlight monster-only teleporter lines
This commit is contained in:
parent
5927fd0390
commit
6c3ccff887
@ -1658,8 +1658,8 @@ static void AM_drawWalls(void)
|
||||
if
|
||||
(
|
||||
mapcolor_tele && !(lines[i].flags & ML_SECRET) &&
|
||||
(lines[i].special == 39 || lines[i].special == 97 ||
|
||||
lines[i].special == 125 || lines[i].special == 126)
|
||||
(lines[i].special == 39 || lines[i].special == 97 /* ||
|
||||
lines[i].special == 125 || lines[i].special == 126 */ )
|
||||
)
|
||||
{ // teleporters
|
||||
AM_drawMline(&l, mapcolor_tele);
|
||||
|
Loading…
x
Reference in New Issue
Block a user