Browse Source

🐛 Fully close the text dialog when pausing the game

The audio is stoped, but the text keeps showing despite the game being
paused
pull/3161/head
Anders Jenbo 4 years ago
parent
commit
4048b876e7
  1. 1
      Source/diablo.cpp

1
Source/diablo.cpp

@ -1654,6 +1654,7 @@ void diablo_pause_game()
} else {
PauseMode = 2;
sound_stop();
qtextflag = false;
LastMouseButtonAction = MouseActionType::None;
}

Loading…
Cancel
Save