Apply patch from Enrico Zini to improve ball movement
commit5b8676140c40aca2143b6a38072d57e0e0f63d7c
authorThomas Perl <thp@perli.net>
Wed, 20 Feb 2008 10:07:17 +0000 (20 11:07 +0100)
committerThomas Perl <thp@perli.net>
Wed, 20 Feb 2008 10:07:17 +0000 (20 11:07 +0100)
treedc17e94cef85156c608b0f64d3a1bcf9a0541248
parent72e198aa70054235aab31a61a96c61bf6d10431d
Apply patch from Enrico Zini to improve ball movement

From the mail:
if I understood correctly, the position of the ball is
updated, then the keyboard events are read, then the
screen is redisplayed. It should be instead: the screen
is redisplayed, then keyboard events are read and handled,
then the ball position is updated: that way the keyboard
event is connected with what is on the screen, which is
what the player would expect.
game.c