mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 14:47:57 +03:00
Fixed variables not being restored properly
This commit is contained in:
parent
2fa568eb01
commit
1178c619bc
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ void Menu::RestoreCVars
|
||||||
|
|
||||||
if( wid->m_cvarname.length() )
|
if( wid->m_cvarname.length() )
|
||||||
{
|
{
|
||||||
uii.Cvar_Set( wid->m_cvarvalue, "" );
|
uii.Cvar_Set( wid->m_cvarname, wid->m_cvarvalue );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue