corregits alguns parametres de ms a s

This commit is contained in:
2025-09-24 13:56:12 +02:00
parent 3fdd61655a
commit b3f3f151da
6 changed files with 17 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ Director::Director(int argc, std::span<char *> argv) {
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#elif _DEBUG
Section::name = Section::Name::GAME;
Section::name = Section::Name::LOGO;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;