fix: el contador de demo estaba activo durante el juego y lo finalizaba
This commit is contained in:
@@ -2532,6 +2532,8 @@ void Game::update()
|
||||
counter++;
|
||||
|
||||
// Incrementa el contador de la demo
|
||||
if (demo.enabled)
|
||||
{
|
||||
if (demo.counter < TOTAL_DEMO_DATA)
|
||||
{
|
||||
demo.counter++;
|
||||
@@ -2541,6 +2543,7 @@ void Game::update()
|
||||
section->name = SECTION_PROG_HI_SCORE_TABLE;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RECORDING
|
||||
checkInput();
|
||||
|
||||
Reference in New Issue
Block a user