La tabla de puntuaciones se muestra antes que la demo del juego
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user