fix: un vuelo rasante havia trencat els credits

This commit is contained in:
2025-01-04 14:27:37 +01:00
parent 81ee352553
commit 7b6d429bed
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,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::CREDITS;
#else // NORMAL GAME
section::name = section::Name::LOGO;
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;