File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
* These changes have been made when pressing the <kbd ><b >TAB</b ></kbd > key to autocomplete text in the console:
21
21
* The case of the autocompleted text now always matches the text that’s already been entered.
22
22
* The text to the left of any semi-colon is no longer cleared.
23
+ * The border of the menu’s background is now only displayed if the ` vid_fullscreen ` CVAR is ` on ` .
23
24
* The help screen can now be shown by pressing the <kbd ><b >F1</b ></kbd > key when the menu is open.
24
25
* When the ` animatedstats ` CVAR is ` on ` :
25
26
* The player’s health now animates correctly if they are telefragged.
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ void M_DrawMenuBackground(void)
556
556
557
557
memcpy (screens [0 ], blurscreen , SCREENAREA );
558
558
559
- if (!consoleactive )
559
+ if (!consoleactive && vid_fullscreen )
560
560
M_DrawMenuBorder ();
561
561
562
562
if (mapwindow )
You can’t perform that action at this time.
0 commit comments