canvi de pc
This commit is contained in:
@@ -131,7 +131,7 @@ void Credits::checkInput() {
|
||||
|
||||
if (!ServiceMenu::get()->isEnabled()) {
|
||||
// Comprueba si se ha pulsado cualquier botón (de los usados para jugar)
|
||||
if (Input::get()->checkAnyButton(Input::ALLOW_REPEAT) != 0) {
|
||||
if (Input::get()->checkAnyButton(Input::ALLOW_REPEAT)) {
|
||||
want_to_pass_ = true;
|
||||
fading_ = mini_logo_on_position_;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user