Dels credits ja passa a la tabla de puntuacions

This commit is contained in:
2025-01-26 21:15:13 +01:00
parent 59b9f61d69
commit b01763b749
2 changed files with 3 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ Director::Director(int argc, const char *argv[])
section::name = section::Name::GAME;
section::options = section::Options::GAME_PLAY_1P;
#elif DEBUG
section::name = section::Name::LOGO;
section::name = section::Name::CREDITS;
#else // NORMAL GAME
section::name = section::Name::LOGO;
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;