Fix #RadioC

This commit is contained in:
a1batross 2016-10-10 20:36:35 +03:00
parent 896014299a
commit ebd6f58258

View File

@ -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;
}