forked from jaildesigner-jailgames/jaildoctors_dilemma
Trabajando en las notificaciones
This commit is contained in:
@@ -55,12 +55,11 @@ Director::Director(int argc, char *argv[])
|
||||
initInput();
|
||||
screen = new Screen(window, renderer, asset, options);
|
||||
screen->setBorderColor(borderColor);
|
||||
// screen->setVideoMode(options->videoMode);
|
||||
debug = new Debug(renderer, screen, asset);
|
||||
music = JA_LoadMusic(asset->get("title.ogg").c_str());
|
||||
|
||||
// Inicializa los servicios online
|
||||
// initOnline();
|
||||
initOnline();
|
||||
}
|
||||
|
||||
Director::~Director()
|
||||
|
||||
Reference in New Issue
Block a user