From 87518a173fbc5903ad1e8c28edf691492d98c028 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 13 Mar 2016 01:44:37 +0100 Subject: [PATCH] Revert commit 3290560860 "Escape argument of cl_damagetext_format (it displayed a warning when changing it)" --- qcsrc/common/mutators/mutator/damagetext/damagetext.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mutators/mutator/damagetext/damagetext.qc b/qcsrc/common/mutators/mutator/damagetext/damagetext.qc index 866ffeb4c..10104762d 100644 --- a/qcsrc/common/mutators/mutator/damagetext/damagetext.qc +++ b/qcsrc/common/mutators/mutator/damagetext/damagetext.qc @@ -13,7 +13,7 @@ REGISTER_MUTATOR(damagetext, true); #if defined(CSQC) || defined(MENUQC) // no translatable cvar description please AUTOCVAR_SAVE(cl_damagetext, bool, false, "Draw damage dealt where you hit the enemy"); -AUTOCVAR_SAVE(cl_damagetext_format, string, "-%3$$d", "How to format the damage text. 1$ is health, 2$ is armor, 3$ is both"); +AUTOCVAR_SAVE(cl_damagetext_format, string, "-%3$d", "How to format the damage text. 1$ is health, 2$ is armor, 3$ is both"); AUTOCVAR_SAVE(cl_damagetext_color, vector, '1 1 0', "Damage text color"); AUTOCVAR_SAVE(cl_damagetext_color_per_weapon, bool, false, "Damage text uses weapon color"); AUTOCVAR_SAVE(cl_damagetext_size, float, 8, "Damage text font size"); -- 2.39.2