Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / games / gtkballs / patches / patch-aa
blob9282b39ff5f0d27a96a503429ac67d29cd3dfcb4
1 $NetBSD$
3 --- src/game.c.orig     Tue Nov 23 22:07:10 2004
4 +++ src/game.c  Tue Nov 23 22:07:49 2004
5 @@ -495,8 +495,8 @@
6                          lock_actions(1);
7                          draw_board();
8                         for(animtime = 0, i = 0; i < animcadres;) {
9 -                               gettimeofday(&tvs, NULL);
10                                 gint isav = i;
11 +                               gettimeofday(&tvs, NULL);
12                                 for(; animtime == animarray[i].time && i < animcadres; i++) {
13                                         draw_ball(animarray[i].color, animarray[i].x, animarray[i].y, 0, animarray[i].phase + 1);
14                                          _board_destroys[animarray[i].y * rules_get_width() + animarray[i].x] = animarray[i].phase + 1;