migrant input: ja compila, ja no peta... falta descomentar mig codi
This commit is contained in:
@@ -150,7 +150,7 @@ void Director::loadScoreFile() {
|
||||
|
||||
// Asigna los botones y teclas al objeto Input
|
||||
void Director::bindInputs() {
|
||||
static auto input = Input::get();
|
||||
/*static auto input = Input::get();
|
||||
|
||||
// Teclado - Movimiento del jugador
|
||||
input->bindKey(Input::Action::UP, SDL_SCANCODE_UP);
|
||||
@@ -243,7 +243,7 @@ void Director::bindInputs() {
|
||||
// Asegura que algún jugador tenga el teclado asignado
|
||||
if (Options::getPlayerWhoUsesKeyboard() == 0) {
|
||||
Options::setKeyboardToPlayer(1);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
// Crea el indice de ficheros
|
||||
|
||||
Reference in New Issue
Block a user