File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
* The border of the menu’s background is now only displayed if the ` vid_fullscreen ` CVAR is ` on ` .
24
24
* The help screen can now be shown by pressing the <kbd ><b >F1</b ></kbd > key when the menu is open.
25
25
* The window’s caption now includes the current episode or expansion when playing a game.
26
+ * * DOOM Retro* no longer remains paused when its window regains focus.
26
27
* When the ` animatedstats ` CVAR is ` on ` :
27
28
* The player’s health now animates correctly if they are telefragged.
28
29
* The player’s health, armor and ammo now animate correctly when loading a savegame.
Original file line number Diff line number Diff line change @@ -454,6 +454,7 @@ static void I_GetEvent(void)
454
454
if (!windowfocused )
455
455
{
456
456
windowfocused = true;
457
+ paused = false;
457
458
S_ResumeMusic ();
458
459
I_InitKeyboard ();
459
460
}
You can’t perform that action at this time.
0 commit comments