Limitat el nom a tres caracters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user