Fix #RadioC
This commit is contained in:
parent
896014299a
commit
ebd6f58258
@ -192,7 +192,7 @@ int CHudMenu :: MsgFunc_ShowMenu( const char *pszName, int iSize, void *pbuf )
|
||||
{
|
||||
ShowVGUIMenu(MENU_RADIOB); return 1;
|
||||
}
|
||||
else if( menustring[6] == 'B' )
|
||||
else if( menustring[6] == 'C' )
|
||||
{
|
||||
ShowVGUIMenu(MENU_RADIOC); return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user