X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fpenrose.c;h=03e93ac9c51233bb8b52b10cfa65f5c58ef53b31;hp=0ec7d9739a0c409d95ee95b382023c6d106f463a;hb=96a411663168b0ba5432b407a83be55f3df0c802;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3 diff --git a/hacks/penrose.c b/hacks/penrose.c index 0ec7d973..03e93ac9 100644 --- a/hacks/penrose.c +++ b/hacks/penrose.c @@ -18,9 +18,8 @@ http://www.nine.org/notw/notw.html */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)penrose.c 5.00 2000/11/01 xlockmore"; - #endif /*- @@ -441,10 +440,14 @@ init_penrose(ModeInfo * mi) } tp = &tilings[MI_SCREEN(mi)]; +#if 0 /* if you do this, then the -ammann and -no-ammann options don't work. + -- jwz */ if (MI_IS_FULLRANDOM(mi)) tp->ammann = (Bool) (LRAND() & 1); else +#endif /* 0 */ tp->ammann = ammann; + tp->done = False; tp->busyLoop = 0; tp->failures = 0;