Home
last modified time | relevance | path

Searched refs:font_colour2 (Results 1 – 6 of 6) sorted by relevance

/dports/games/vavoom/vavoom-1.33/progs/strife/cgame/
H A DMenuScreenGameplayOptions.vc94 Enum.SetInitialValue(GetCvar('font_colour2'));
155 SetCvar('font_colour2', newValue);
/dports/games/vavoom/vavoom-1.33/progs/doom/cgame/
H A DMenuScreenGameplayOptions.vc94 Enum.SetInitialValue(GetCvar('font_colour2'));
155 SetCvar('font_colour2', newValue);
/dports/games/vavoom/vavoom-1.33/progs/hexen/cgame/
H A DMenuScreenGameplayOptions.vc94 Enum.SetInitialValue(GetCvar('font_colour2'));
155 SetCvar('font_colour2', newValue);
/dports/games/vavoom/vavoom-1.33/progs/heretic/cgame/
H A DMenuScreenGameplayOptions.vc94 Enum.SetInitialValue(GetCvar('font_colour2'));
155 SetCvar('font_colour2', newValue);
/dports/games/vavoom/vavoom-1.33/progs/common/uibase/
H A DStatusBarShared.vc244 CentreMessageLines[i].Text, GetCvar('font_colour2'),
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_player.cpp55 static VCvarI font_colour2("font_colour2", "11", CVAR_Archive); variable