forked from jaildesigner-jailgames/jaildoctors_dilemma
fix: el cursor del mouse no està amagat per defecte
This commit is contained in:
@@ -103,8 +103,8 @@ void Game::checkInput()
|
||||
// Bucle para el juego
|
||||
void Game::run()
|
||||
{
|
||||
JA_PlayMusic(Resource::get()->getMusic("game.ogg"));
|
||||
if (!board_->music)
|
||||
keepMusicPlaying();
|
||||
if (!board_->music && mode_ == GameMode::GAME)
|
||||
{
|
||||
JA_PauseMusic();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user