On Wed, Sep 28, 2005 at 08:20:41PM +0300, Oded Shimon wrote: > > - int c=v_colors[(x & 255)]; > - int c2=((x>>8)+1)%15+1; > + int c=v_colors[lev]; > + int c2=(mod+1)%15+1; Heh, you might as well fix indentation here while you're at it... Diego