FIX: faltaba pasar el puntero de seccion a la sección de las instrucciones
This commit is contained in:
@@ -980,7 +980,7 @@ void Title::run()
|
||||
// Ejecuta la parte donde se muestran las instrucciones
|
||||
void Title::runInstructions(mode_e mode)
|
||||
{
|
||||
instructions = new Instructions(renderer, screen, asset, input, lang);
|
||||
instructions = new Instructions(renderer, screen, asset, input, lang, section);
|
||||
instructions->run(mode);
|
||||
delete instructions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user