Don melitonada la classe Asset
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
#include "options.h"
|
||||
|
||||
// Constructor
|
||||
Intro::Intro(Asset *asset, Input *input, JA_Music_t *music)
|
||||
Intro::Intro(Input *input, JA_Music_t *music)
|
||||
{
|
||||
// Copia los punteros
|
||||
screen = Screen::get();
|
||||
this->asset = asset;
|
||||
this->input = input;
|
||||
this->music = music;
|
||||
asset = Asset::get();
|
||||
screen = Screen::get();
|
||||
SDL_Renderer *renderer = screen->getRenderer();
|
||||
|
||||
// Reserva memoria para los objetos
|
||||
|
||||
Reference in New Issue
Block a user