Un altre punteret a pendre per cul: options

This commit is contained in:
2024-09-27 19:00:09 +02:00
parent 0de9188547
commit 20de9e4b72
26 changed files with 677 additions and 679 deletions

View File

@@ -45,7 +45,6 @@ private:
Fade *fade; // Objeto para renderizar fades
JA_Music_t *music; // Musica de fondo
section_t *section; // Estado del bucle principal para saber si continua o se sale
options_t *options; // Opciones del programa
// Variables
int counter; // Contador
@@ -88,7 +87,7 @@ private:
public:
// Constructor
Instructions(Screen *screen, Asset *asset, Input *input, options_t *options, section_t *section, JA_Music_t *music);
Instructions(Screen *screen, Asset *asset, Input *input, section_t *section, JA_Music_t *music);
// Destructor
~Instructions();