fixed bug where showmenus didn't properly clear newmenu bit

This commit is contained in:
Borja Ferrer 2006-02-10 14:16:00 +00:00
parent a195a0af30
commit b527efde41

View File

@ -86,7 +86,7 @@ void Client_ShowMenu(void* mValue)
case 3:
{
mPlayer->menu = g_menucmds.findMenuId((char*)mValue);
mPlayer->newmenu = 0;
mPlayer->newmenu = -1;
break;
}
}