Limitat el nom a tres caracters

This commit is contained in:
2025-05-27 07:44:50 +02:00
parent a3cd1b9887
commit 9bc07b2bcb
6 changed files with 28 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ Game::Game(int player_id, int current_stage, bool demo)
// Otras variables
section::name = section::Name::GAME;
section::options = section::Options::GAME_PLAY_1P;
section::options = section::Options::NONE;
Stage::init();
Stage::number = current_stage;