fix: si deixaves el nom en blanc, t'asigna uno de un pool pero despres no arribava a la tabla

style: quan confirmes el nom, apareix centrat
This commit is contained in:
2025-06-28 09:53:22 +02:00
parent ac8d168893
commit 8af6d4ef28
5 changed files with 110 additions and 114 deletions

View File

@@ -49,7 +49,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::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;