]> 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)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 1 Aug 2024 17:57:04 +0000 (03:57 +1000)
commit6f9cc79f5ebfcb46d62bf08835fb6330aa6862df
treed9d0193884da3d612ae15e61fadd1f995da81a8c
parent074c940975162e1ceec8b6cc0cc5defc2e79161b
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