Eliminat el punter a "section"
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "manage_hiscore_table.h"
|
||||
#include "explosions.h"
|
||||
#include "enemy_formations.h"
|
||||
#include "section.h"
|
||||
#include <iostream>
|
||||
|
||||
#define GAME_MODE_DEMO_OFF false
|
||||
@@ -107,7 +108,6 @@ private:
|
||||
Screen *screen; // Objeto encargado de dibujar en pantalla
|
||||
Asset *asset; // Objeto que gestiona todos los ficheros de recursos
|
||||
Input *input; // Manejador de entrada
|
||||
section_t *section; // Seccion actual dentro del juego
|
||||
Scoreboard *scoreboard; // Objeto para dibujar el marcador
|
||||
Background *background; // Objeto para dibujar el fondo del juego
|
||||
Explosions *explosions; // Objeto para dibujar explosiones
|
||||
@@ -444,11 +444,11 @@ private:
|
||||
int getController(int playerId);
|
||||
|
||||
// Termina
|
||||
void quit(int code);
|
||||
void quit(section::options_e code);
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
Game(int playerID, int currentStage, bool demo, Screen *screen, Asset *asset, Input *input, section_t *section, JA_Music_t *music);
|
||||
Game(int playerID, int currentStage, bool demo, Screen *screen, Asset *asset, Input *input, JA_Music_t *music);
|
||||
|
||||
// Destructor
|
||||
~Game();
|
||||
|
||||
Reference in New Issue
Block a user