Added am_showlevelname CVar

Allows controlling the visibility of the level name on the automap.
This commit is contained in:
DyNaM1Kk 2025-04-26 23:46:38 +04:00 committed by Ricardo Luís Vaz Silva
commit 2d030d5313
3 changed files with 14 additions and 3 deletions

View file

@ -170,6 +170,7 @@ CVAR(Bool, am_showmonsters, true, CVAR_ARCHIVE);
CVAR(Bool, am_showitems, false, CVAR_ARCHIVE);
CVAR(Bool, am_showtime, true, CVAR_ARCHIVE);
CVAR(Bool, am_showtotaltime, false, CVAR_ARCHIVE);
CVAR(Bool, am_showlevelname, true, CVAR_ARCHIVE);
CVAR(Int, am_colorset, 0, CVAR_ARCHIVE);
CVAR(Bool, am_customcolors, true, CVAR_ARCHIVE);
CVAR(Int, am_map_secrets, 1, CVAR_ARCHIVE);