Oops. Forgot to restore setlinestyle(0); after drawing the dotted grid.

This commit is contained in:
Alexander Ewering 2004-07-15 16:40:01 +00:00
parent 8483a1951d
commit 665a2f8fdd

@ -604,6 +604,8 @@ static void drawgrid(void)
x+= (wx);
y+= (wy);
BIF_GetThemeColor3ubv(TH_GRID, col);
setlinestyle(0);
/* center cross */
if(G.vd->view==3) make_axis_color(col, col2, 'y');