diff --git a/source/game.cpp b/source/game.cpp index 8574ad5..c24225f 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -146,7 +146,7 @@ void Game::checkEventHandler() board.music ? JA_ResumeMusic() : JA_PauseMusic(); break; - case SDL_SCANCODE_P: + case SDL_SCANCODE_H: switchPause(); break;