--- ray/src/hd/rhd_x11.c 1997/12/24 14:04:22 3.18 +++ ray/src/hd/rhd_x11.c 1997/12/24 16:56:00 3.19 @@ -453,7 +453,7 @@ draw_grids() /* draw holodeck section grids */ static BYTE gridrgb[3] = {0x0, 0xff, 0xff}; unsigned long pixel; - if (!mapped || odev.v.type != VT_PER) + if (!mapped) return; if (ncolors > 0) pixel = pixval[get_pixel(gridrgb, xnewcolr)];