mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -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
|
if
|
||||||
(
|
(
|
||||||
mapcolor_tele && !(lines[i].flags & ML_SECRET) &&
|
mapcolor_tele && !(lines[i].flags & ML_SECRET) &&
|
||||||
(lines[i].special == 39 || lines[i].special == 97 ||
|
(lines[i].special == 39 || lines[i].special == 97 /* ||
|
||||||
lines[i].special == 125 || lines[i].special == 126)
|
lines[i].special == 125 || lines[i].special == 126 */ )
|
||||||
)
|
)
|
||||||
{ // teleporters
|
{ // teleporters
|
||||||
AM_drawMline(&l, mapcolor_tele);
|
AM_drawMline(&l, mapcolor_tele);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user