diff options
Diffstat (limited to 'ksnake/ball.cpp')
-rw-r--r-- | ksnake/ball.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/ball.cpp b/ksnake/ball.cpp index 2881beb9..dc86d7a0 100644 --- a/ksnake/ball.cpp +++ b/ksnake/ball.cpp @@ -73,7 +73,7 @@ void Ball::nextMove() } } -void Ball::repaint() +void Ball::tqrepaint() { static int i = 0; static bool rotate = true; |