X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fjigglypuff.c;h=a0f6b76b25afe24ea608ef16a023b50f70f79537;hp=63b832947e63328a2143ff1ddf4857de0f2602f7;hb=b81f521c5ad7022ac12db18ca8fcdd9fb063831e;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529 diff --git a/hacks/glx/jigglypuff.c b/hacks/glx/jigglypuff.c index 63b83294..a0f6b76b 100644 --- a/hacks/glx/jigglypuff.c +++ b/hacks/glx/jigglypuff.c @@ -872,11 +872,11 @@ static int parse_color(jigglystruct *js) static void randomize_parameters(jigglystruct *js) { do_tetrahedron = random() & 1; -# ifndef HAVE_JWZGLES +# ifndef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */ js->do_wireframe = !(random() & 3); # endif js->color_style = random() % 5; -# ifdef HAVE_JWZGLES /* SPHERE_MAP unimplemented */ +# ifdef HAVE_JWZGLES /* #### SPHERE_MAP unimplemented */ while (js->color_style == COLOR_STYLE_CHROME) js->color_style = random() % 5;; # endif