Browse Source

removed printf to reduce avr image size

feature/2015
Christian Kroll 14 years ago
parent
commit
372b3117f6
  1. 2
      games/breakout/rebound.c

2
games/breakout/rebound.c

@ -51,7 +51,7 @@ void rebound_draw ()
else
playfield_set (i, NUM_ROWS-1, sp); /* space */
}
printf("rpos: %i\n", rbpos);
// printf("rpos: %i\n", rbpos);
}
void rebound_tick(ball_t *ball)

Loading…
Cancel
Save