Options: renombrats els metodes
This commit is contained in:
@@ -269,14 +269,14 @@ void Title::swapControllers()
|
||||
return;
|
||||
}
|
||||
|
||||
Options::swapOptionsControllers();
|
||||
Options::swapControllers();
|
||||
showControllers();
|
||||
}
|
||||
|
||||
// Intercambia el teclado de jugador
|
||||
void Title::swapKeyboard()
|
||||
{
|
||||
Options::swapOptionsKeyboard();
|
||||
Options::swapKeyboard();
|
||||
std::string text = Lang::getText("[DEFINE_BUTTONS] PLAYER") + std::to_string(Options::getPlayerWhoUsesKeyboard()) + ": " + Lang::getText("[DEFINE_BUTTONS] KEYBOARD");
|
||||
Notifier::get()->show({text});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user