ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / speedmine.c
index 175e1a538c4d6a14c2d891395b3352386e0baf8f..aac2d18bcc98f46b3e676ce087e92613285a5f9c 100644 (file)
@@ -287,7 +287,7 @@ perspective (void)
             }
                        r = rotation_bias + (int)(vertigo*zcc); MODULO(r, ROTS);
 
-                       xvals[t][j] = xoffset + width/2 +
+                       xvals[t][j] = xoffset + (width>>1) +
                                          (int)(xx * costab[r] - yy * sintab[r]);
                        maxx[t] = MAX(maxx[t], xvals[t][j]);
                        minx[t] = MIN(minx[t], xvals[t][j]);