diff --git a/source/game.cpp b/source/game.cpp index cd6e95f..72fb95f 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -2956,14 +2956,16 @@ void Game::renderMessages() { if (timeStoppedCounter % 30 == 0) { - JA_PlaySound(clockSound, false); + //JA_PlaySound(clockSound, false); + JA_PlaySound(clockSound); } } else { if (timeStoppedCounter % 15 == 0) { - JA_PlaySound(clockSound, false); + //JA_PlaySound(clockSound, false); + JA_PlaySound(clockSound); } } } @@ -2971,7 +2973,7 @@ void Game::renderMessages() // D E M O if (demo.enabled) { - if (demo.counter % 30 > 14) + if (demo.counter % 30 > 8) { textNokiaBig2->writeDX(TXT_CENTER, PLAY_AREA_CENTER_X, PLAY_AREA_FIRST_QUARTER_Y, lang->getText(37), 0, noColor, 2, shdwTxtColor); }