shithub: hexen

Download patch

ref: b6146102110b725bd42a04d74519de8c61f3886f
parent: 58bf0e9f39e85fbd3238458bf18403c41275ab7b
author: Jacob Moody <moody@posixcafe.org>
date: Wed Jan 25 05:07:22 EST 2023

always redraw bottom border

there are some cases in which the menu clips
the hud, instead of manually tagging each instance
lets just do it always.

--- a/mn_menu.c
+++ b/mn_menu.c
@@ -2195,6 +2195,8 @@
 	{
 		paused = false;
 	}
+	SB_state = -1; //refresh the statbar
+	BorderNeedRefresh = true;
 	S_StartSound(NULL, SFX_PLATFORM_STOP);
 	P_ClearMessage(&players[consoleplayer]);
 	I_MouseEnable(1);