modificada la cadencia del texto D E M O

This commit is contained in:
2024-07-09 10:13:48 +02:00
parent 2177ad9870
commit fde5578ea9

View File

@@ -2956,14 +2956,16 @@ void Game::renderMessages()
{ {
if (timeStoppedCounter % 30 == 0) if (timeStoppedCounter % 30 == 0)
{ {
JA_PlaySound(clockSound, false); //JA_PlaySound(clockSound, false);
JA_PlaySound(clockSound);
} }
} }
else else
{ {
if (timeStoppedCounter % 15 == 0) 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 // D E M O
if (demo.enabled) 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); textNokiaBig2->writeDX(TXT_CENTER, PLAY_AREA_CENTER_X, PLAY_AREA_FIRST_QUARTER_Y, lang->getText(37), 0, noColor, 2, shdwTxtColor);
} }