retocat el timing de la seqüencia final

This commit is contained in:
2025-03-16 13:36:57 +01:00
parent bfb334bef0
commit 336c3119ff
3 changed files with 8 additions and 29 deletions

View File

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