fix: el cicle de color de credits.cpp

This commit is contained in:
2025-10-20 20:36:33 +02:00
parent 4fb6a9999f
commit 8ddee66304
3 changed files with 27 additions and 13 deletions

View File

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