Skip to content

Commit

Permalink
Fix automap
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Aug 20, 2023
1 parent 21894c5 commit da61fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions am_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ static void AM_Drawer_ (int c)
int flags;
vertex_t *v1, *v2;

flags = line->flags;
if ((!(flags & ML_MAPPED) || /* IF NOT MAPPED OR DON'T DRAW */
flags & ML_DONTDRAW) &&
(!(p->powers[pw_allmap] + showAllLines)))
Expand Down

0 comments on commit da61fa4

Please sign in to comment.