Renombrado "section->subsection" por el mas apropiado "section->options"
This commit is contained in:
@@ -171,7 +171,7 @@ void Game::init(int playerID)
|
||||
gameCompleted = false;
|
||||
gameCompletedCounter = 0;
|
||||
section->name = SECTION_PROG_GAME;
|
||||
section->subsection = SUBSECTION_GAME_PLAY_1P;
|
||||
section->options = SECTION_OPTIONS_GAME_PLAY_1P;
|
||||
currentPower = 0;
|
||||
menaceCurrent = 0;
|
||||
menaceThreshold = 0;
|
||||
@@ -2484,9 +2484,9 @@ void Game::updateGameCompleted()
|
||||
|
||||
if (gameCompletedCounter == GAME_COMPLETED_END)
|
||||
{
|
||||
// section->subsection = SUBSECTION_GAME_GAMEOVER;
|
||||
// section->options = SUBSECTION_GAME_GAMEOVER;
|
||||
section->name = SECTION_PROG_TITLE;
|
||||
section->subsection = SUBSECTION_TITLE_1;
|
||||
section->options = SECTION_OPTIONS_TITLE_1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user