diff options
Diffstat (limited to 'kbounce')
-rw-r--r-- | kbounce/kbounce.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp index 1c9062e9..4b7c0a3f 100644 --- a/kbounce/kbounce.cpp +++ b/kbounce/kbounce.cpp @@ -218,7 +218,7 @@ void KJezzball::pauseGame() void KJezzball::gameOver() { stopLevel(); - m_gameOverTimer->start( 100, TRUE ); + m_gameOverTimer->start( 100, true ); } @@ -436,7 +436,7 @@ void KJezzball::stopLevel() void KJezzball::nextLevel() { stopLevel(); - m_nextLevelTimer->start( 100, TRUE ); + m_nextLevelTimer->start( 100, true ); } void KJezzball::switchLevel() |