X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fnoseguy.c;h=144e6859bd0f00d4e0d88620fac6ef91edb06d45;hp=cae0397f740cfeac227d1233d42e9d8bae75a702;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hpb=5f1f12f2a37da634000f96d18d59cc73a8814ef7 diff --git a/hacks/noseguy.c b/hacks/noseguy.c index cae0397f..144e6859 100644 --- a/hacks/noseguy.c +++ b/hacks/noseguy.c @@ -110,7 +110,7 @@ init_images (struct state *st) images[i++] = &st->left_front; images[i++] = &st->right_front; images[i++] = &st->front; - images[i++] = &st->down; + images[i] = &st->down; #if defined(HAVE_GDK_PIXBUF) || defined(HAVE_XPM) @@ -122,7 +122,7 @@ init_images (struct state *st) bits[i++] = nose_f2_xpm; bits[i++] = nose_f3_xpm; bits[i++] = nose_f1_xpm; - bits[i++] = nose_f4_xpm; + bits[i] = nose_f4_xpm; for (i = 0; i < sizeof (images) / sizeof(*images); i++) {