Skip to content

Commit

Permalink
* made intermission starfield more tripped out and psychedelic.
Browse files Browse the repository at this point in the history
  • Loading branch information
smcameron committed Aug 9, 2009
1 parent 3c96f91 commit ecbcc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordwarvi.c
Original file line number Diff line number Diff line change
Expand Up @@ -10181,7 +10181,7 @@ void update_intermission_starfield(GtkWidget *w)
}
initialized = 1;
}
gdk_gc_set_foreground(gc, &huex[WHITE]);
gdk_gc_set_foreground(gc, &huex[NCOLORS + NSPARKCOLORS + (((timer >> 2)) % NRAINBOWCOLORS)]);
for (i = 0; i < INTERMISSION_STARS; i++) {
star[i].lx = star[i].x;
star[i].x += star[i].vx;
Expand Down

0 comments on commit ecbcc4d

Please sign in to comment.