Ya funcionan los nuevos inputs de teclado y mando durante las instrucciones

This commit is contained in:
2023-02-12 19:19:39 +01:00
parent 856415c8c4
commit b8bb1b144f
3 changed files with 57 additions and 24 deletions

View File

@@ -957,7 +957,7 @@ section_t Title::run()
// Ejecuta la parte donde se muestran las instrucciones
section_t Title::runInstructions(mode_e mode)
{
instructions = new Instructions(renderer, screen, asset, lang);
instructions = new Instructions(renderer, screen, asset, input, lang);
section = instructions->run(mode);
delete instructions;