Limitat el nom a tres caracters

This commit is contained in:
2025-05-27 07:44:50 +02:00
parent a3cd1b9887
commit 9bc07b2bcb
6 changed files with 28 additions and 28 deletions

View File

@@ -48,11 +48,12 @@ 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::INTRO;
section::name = section::Name::GAME;
section::options = section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
section::name = section::Name::LOGO;
#endif
section::options = section::Options::NONE;
#endif
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;
// Establece el nivel de prioridad de la categoría de registro