]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
scr: update the centreprint buffer for the empty message
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 1 Aug 2024 12:17:14 +0000 (22:17 +1000)
committerDes <xon@damianv.com.ar>
Mon, 5 Aug 2024 11:59:14 +0000 (08:59 -0300)
commitaa47363129e78d8d8ff364f815891a24db8dbffd
treeab5f4eef125164c461a96d0b55bdc1bbf288fe7a
parent849c06b31a3f0efedb429c6d1c801f06ee09962f
scr: update the centreprint buffer for the empty message

Fixes a bug introduced by me in
https://github.com/DarkPlacesEngine/darkplaces/pull/159 where a
`svc_finale` message with the empty string could cause a
previously displayed engine centreprint to appear again.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cl_screen.c