From: terencehill Date: Thu, 15 Sep 2016 17:10:28 +0000 (+0200) Subject: Add newly added choice notifications to the menu X-Git-Tag: xonotic-v0.8.2~581 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3e891d40cfec100029de28bc8a4e0bfc01ea44f4;p=xonotic%2Fxonotic-data.pk3dir.git Add newly added choice notifications to the menu --- diff --git a/qcsrc/menu/xonotic/dialog_settings_game_messages.qc b/qcsrc/menu/xonotic/dialog_settings_game_messages.qc index 0ea55f637..dc28dc9ba 100644 --- a/qcsrc/menu/xonotic/dialog_settings_game_messages.qc +++ b/qcsrc/menu/xonotic/dialog_settings_game_messages.qc @@ -56,7 +56,7 @@ void XonoticGameMessageSettingsTab_fill(entity me) setDependentAND(e, "notification_show_sprees", 1, 1, "notification_show_sprees_info", 1, 3); me.TR(me); me.TD(me, 1, 3, e = makeXonoticCheckBoxEx_T(2, 1, "notification_CHOICE_FRAG", _("Add extra frag information to centerprint when available"), "-")); - makeMulti(e, "notification_CHOICE_FRAGGED notification_CHOICE_TYPEFRAG notification_CHOICE_TYPEFRAGGED"); + makeMulti(e, "notification_CHOICE_FRAGGED notification_CHOICE_TYPEFRAG notification_CHOICE_TYPEFRAGGED notification_CHOICE_FRAG_FIRE notification_CHOICE_FRAGGED_FIRE notification_CHOICE_FRAG_FREEZE notification_CHOICE_FRAGGED_FREEZE"); e.sendCvars = true; me.TR(me); me.TD(me, 1, 3, e = makeXonoticCheckBox_T(0, "notification_show_location", _("Add frag location to death messages when available"), "-"));