canvi de pc (treballant en el z-order dels jugadors per evitar reordenar el vector)

This commit is contained in:
2025-10-20 21:41:23 +02:00
parent 4bac816e37
commit d7836eedd7
3 changed files with 13 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::HI_SCORE_TABLE;
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;