mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 21:41:03 +00:00
- fixed definition of "msg" CVAR.
This commit is contained in:
parent
4e72281fc6
commit
303e751a81
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue