X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fabstractile.c;h=b4394f14ec257f1c965a72466ad4bec1eccb4128;hp=f1abbb60d20ad4cd588be049026cf205f1510e35;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/abstractile.c b/hacks/abstractile.c index f1abbb60..b4394f14 100644 --- a/hacks/abstractile.c +++ b/hacks/abstractile.c @@ -916,6 +916,7 @@ _getcolor(struct state *st, int x, int y) { int n, cv[LAYERS]; + cv[0] = 0; for (n=0; nlayers; n++) { cv[n]=_pattern(st,x,y,n); /* first wave/shape */ @@ -1588,7 +1589,7 @@ static const char *abstractile_defaults [] = { "*sleep: 3", "*speed: 3", "*tile: random", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0