Limitat el nom a tres caracters
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user