From a6262bea4f4bb268d6ae4718a3664882ae3ffd7e Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Wed, 27 Sep 2023 18:23:44 +0200 Subject: [PATCH] La tabla de puntuaciones se muestra antes que la demo del juego --- source/title.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/title.cpp b/source/title.cpp index ce26c78..bdd7356 100644 --- a/source/title.cpp +++ b/source/title.cpp @@ -510,15 +510,15 @@ void Title::update() { if (demo) { + if (section->name != SECTION_PROG_QUIT) + { + runHiScoreTable(mhst_auto); + } runDemoGame(); if (section->name != SECTION_PROG_QUIT) { runInstructions(m_auto); } - if (section->name != SECTION_PROG_QUIT) - { - runHiScoreTable(mhst_auto); - } init(); demo = false; counter = TITLE_COUNTER;