From: terencehill Date: Sat, 26 Mar 2022 14:28:18 +0000 (+0100) Subject: Restore white tos text X-Git-Tag: xonotic-v0.8.5~130^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=abf4b5a430d71fc83abbe90da9b17b457a65e149;p=xonotic%2Fxonotic-data.pk3dir.git Restore white tos text --- diff --git a/qcsrc/menu/xonotic/dialog_termsofservice.qc b/qcsrc/menu/xonotic/dialog_termsofservice.qc index 0fec38a89..83839a3f6 100644 --- a/qcsrc/menu/xonotic/dialog_termsofservice.qc +++ b/qcsrc/menu/xonotic/dialog_termsofservice.qc @@ -86,6 +86,7 @@ void XonoticToSDialog_fill(entity me) me.TR(me); me.TR(me); me.TD(me, me.rows - 4, me.columns, me.textBox = makeXonoticTextBox()); + me.textBox.allowColors = true; me.TR(me); me.gotoRC(me, me.rows - 1, 0);