- fixed definition of "msg" CVAR.

This commit is contained in:
Christoph Oelckers 2022-11-05 18:26:54 +01:00
parent 4e72281fc6
commit 303e751a81
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{