Only redraw game score strings when necessary
commit4aaab9372afa484910abdad8bfeb37d5cd2c3605
authorThomas Perl <thp@perli.net>
Mon, 26 Jan 2009 23:04:45 +0000 (27 00:04 +0100)
committerThomas Perl <thp@perli.net>
Tue, 27 Jan 2009 11:37:37 +0000 (27 12:37 +0100)
tree893287cc883957591eba4d110d56abee3386aa91
parentecdf8d399f94e36711fa974e3e5c52904aa1251c
Only redraw game score strings when necessary

Do not redraw the score strings every time the
render() method is called, but only when the text
really changes (using a flag in the GameState).
game.c
game.h