X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fdangerball.c;h=64de8a87bcc7414ab53cad8aa829391eeb46a36f;hp=6f3f9d46808a2a88098414c50363ded4e86b8ff8;hb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930;hpb=6cee540bdbb571485cd5e519f89f389faebd0495 diff --git a/hacks/glx/dangerball.c b/hacks/glx/dangerball.c index 6f3f9d46..64de8a87 100644 --- a/hacks/glx/dangerball.c +++ b/hacks/glx/dangerball.c @@ -1,4 +1,4 @@ -/* dangerball, Copyright (c) 2001, 2002 Jamie Zawinski +/* dangerball, Copyright (c) 2001, 2002, 2003 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -296,7 +296,7 @@ init_ball (ModeInfo *mi) glNewList (bp->spike_list, GL_COMPILE); cone (0, 0, 0, 0, 1, 0, - 1, 0, SPIKE_FACES, SMOOTH_SPIKES, wire); + 1, 0, SPIKE_FACES, SMOOTH_SPIKES, False, wire); glEndList (); randomize_spikes (mi);