possibly fix menu staying while playing a cinematic

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2362 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-07-18 21:07:39 +00:00
parent d3fe8cba4b
commit b282cea71b
1 changed files with 5 additions and 0 deletions

View File

@ -1344,6 +1344,11 @@ qboolean Media_PlayFilm(char *name)
if (fullscreenvid)
{
Con_ClearNotify();
if (key_dest == key_menu)
{
key_dest = key_game;
m_state = m_none;
}
if (key_dest != key_console)
scr_con_current=0;
return true;