Añadido define VERBOSE
This commit is contained in:
@@ -86,10 +86,10 @@ Director::~Director()
|
|||||||
void Director::initInput()
|
void Director::initInput()
|
||||||
{
|
{
|
||||||
// Establece si ha de mostrar mensajes
|
// Establece si ha de mostrar mensajes
|
||||||
#ifndef RASPI
|
#ifdef VERBOSE
|
||||||
input->setVerbose(options->console);
|
|
||||||
#else
|
|
||||||
input->setVerbose(true);
|
input->setVerbose(true);
|
||||||
|
#else
|
||||||
|
input->setVerbose(options->console);
|
||||||
#endif
|
#endif
|
||||||
// Busca si hay un mando conectado
|
// Busca si hay un mando conectado
|
||||||
input->discoverGameController();
|
input->discoverGameController();
|
||||||
|
|||||||
Reference in New Issue
Block a user