La targeta d'ajuda ja ix amb els mandos i s'ha de deixar apretat el botó
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "enemy_formations.h" // for stage_t, EnemyFormations, enemyIni...
|
||||
#include "explosions.h" // for Explosions
|
||||
#include "fade.h" // for Fade, FADE_RANDOM_SQUARE, FADE_VEN...
|
||||
#include "global_inputs.h" // for checkGlobalInputs
|
||||
#include "global_inputs.h" // for globalInputs::check
|
||||
#include "input.h" // for inputs_e, Input, INPUT_DO_NOT_ALLO...
|
||||
#include "item.h" // for Item, ITEM_COFFEE_MACHINE, ITEM_CLOCK
|
||||
#include "jail_audio.h" // for JA_PlaySound, JA_DeleteSound, JA_L...
|
||||
@@ -2306,7 +2306,7 @@ void Game::checkInput()
|
||||
screen->checkInput();
|
||||
|
||||
// Comprueba los inputs que se pueden introducir en cualquier sección del juego
|
||||
checkGlobalInputs();
|
||||
globalInputs::check();
|
||||
}
|
||||
|
||||
// Pinta diferentes mensajes en la pantalla
|
||||
|
||||
Reference in New Issue
Block a user