Only show chasm trails in special modes

This commit is contained in:
Jesse Ruderman 2021-07-04 14:17:21 -07:00
parent 7fff0405a7
commit f4193c32e9
1 changed files with 1 additions and 1 deletions

View File

@ -2300,7 +2300,7 @@ void celldrawer::draw_item_full() {
color_t icol = 0;
if(specialland == laMotion && items[itOrbInvis] && c->wall == waChasm) {
if(ls::single() && specialland == laMotion && items[itOrbInvis] && c->wall == waChasm) {
if(c->mondir < c->type) {
vid.linewidth *= 3;
queueline(V*C0, V*currentmap->adj(c, c->mondir) * C0, 0xFFD500FF, 4);