Add tooltips here too.

This commit is contained in:
Marisa the Magician 2019-12-05 23:35:34 +01:00
commit 9e055d7570
7 changed files with 109 additions and 41 deletions

View file

@ -119,7 +119,7 @@ Class OptionMenuItemHudType : OptionMenuItem
OptionMenuItemHudType Init( String label )
{
Super.Init(label,"",true);
mCVar = CVar.FindCVar('stinger_hudmode');
mCVar = CVar.FindCVar('sting_hudmode');
tex[0] = TexMan.CheckForTexture("graphics/Hud1.png",TexMan.Type_Any);
tex[1] = TexMan.CheckForTexture("graphics/Hud2.png",TexMan.Type_Any);
tex[2] = TexMan.CheckForTexture("graphics/Hud3.png",TexMan.Type_Any);