Arreglos varios al codi
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
struct JA_Music_t;
|
||||
|
||||
// Constructor
|
||||
Intro::Intro(JA_Music_t *music) : music(music)
|
||||
Intro::Intro(JA_Music_t *music)
|
||||
: music(music)
|
||||
{
|
||||
// Copia los punteros
|
||||
SDL_Renderer *renderer = Screen::get()->getRenderer();
|
||||
|
||||
Reference in New Issue
Block a user