Renombrado "section->subsection" por el mas apropiado "section->options"
This commit is contained in:
@@ -253,7 +253,7 @@ void Instructions::update()
|
||||
if (counter == counterEnd)
|
||||
{
|
||||
section->name = SECTION_PROG_TITLE;
|
||||
section->subsection = SUBSECTION_TITLE_1;
|
||||
section->options = SECTION_OPTIONS_TITLE_1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -332,7 +332,7 @@ void Instructions::checkInput()
|
||||
{
|
||||
JA_StopMusic();
|
||||
section->name = SECTION_PROG_TITLE;
|
||||
section->subsection = SUBSECTION_TITLE_1;
|
||||
section->options = SECTION_OPTIONS_TITLE_1;
|
||||
}
|
||||
|
||||
// Comprueba el input para el resto de objetos
|
||||
|
||||
Reference in New Issue
Block a user