From 303e751a810318f7f4d0b4fbef36d73cf7b104de Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 5 Nov 2022 18:26:54 +0100 Subject: [PATCH] - fixed definition of "msg" CVAR. --- src/common/console/c_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/console/c_console.cpp b/src/common/console/c_console.cpp index 79eb18505..f6366d7cd 100644 --- a/src/common/console/c_console.cpp +++ b/src/common/console/c_console.cpp @@ -177,7 +177,7 @@ static void setmsgcolor (int index, int color); FILE *Logfile = NULL; -CVARD_NAMED(Int, msglevel, "msg", 0, CVAR_ARCHIVE, "Filters HUD message by importance"); +CVARD_NAMED(Int, msglevel, msg, 0, CVAR_ARCHIVE, "Filters HUD message by importance"); CUSTOM_CVAR (Int, msg0color, CR_UNTRANSLATED, CVAR_ARCHIVE) {