revisat hiscore_table.cpp

This commit is contained in:
2025-09-23 11:24:29 +02:00
parent 5e73327b2f
commit c5d6d77ebf
3 changed files with 37 additions and 27 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::INTRO;
Section::name = Section::Name::HI_SCORE_TABLE;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;