La targeta d'ajuda ja ix amb els mandos i s'ha de deixar apretat el botó
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "define_buttons.h" // for DefineButtons
|
||||
#include "fade.h" // for Fade, FADE_RANDOM_SQUARE
|
||||
#include "game_logo.h" // for GameLogo
|
||||
#include "global_inputs.h" // for checkGlobalInputs
|
||||
#include "global_inputs.h" // for globalInputs::check
|
||||
#include "input.h" // for Input, inputs_e, INPUT_DO_NOT_ALLOW_RE...
|
||||
#include "jail_audio.h" // for JA_GetMusicState, JA_Music_state, JA_P...
|
||||
#include "lang.h" // for getText
|
||||
@@ -318,7 +318,7 @@ void Title::checkInput()
|
||||
defineButtons->checkInput();
|
||||
|
||||
// Comprueba los inputs que se pueden introducir en cualquier sección del juego
|
||||
checkGlobalInputs();
|
||||
globalInputs::check();
|
||||
}
|
||||
|
||||
// Bucle para el titulo del juego
|
||||
|
||||
Reference in New Issue
Block a user