La tabla de puntuaciones se muestra antes que la demo del juego

This commit is contained in:
2023-09-27 18:23:44 +02:00
parent 8627c4c405
commit a6262bea4f

View File

@@ -510,15 +510,15 @@ void Title::update()
{ {
if (demo) if (demo)
{ {
if (section->name != SECTION_PROG_QUIT)
{
runHiScoreTable(mhst_auto);
}
runDemoGame(); runDemoGame();
if (section->name != SECTION_PROG_QUIT) if (section->name != SECTION_PROG_QUIT)
{ {
runInstructions(m_auto); runInstructions(m_auto);
} }
if (section->name != SECTION_PROG_QUIT)
{
runHiScoreTable(mhst_auto);
}
init(); init();
demo = false; demo = false;
counter = TITLE_COUNTER; counter = TITLE_COUNTER;