mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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:
parent
d3fe8cba4b
commit
b282cea71b
1 changed files with 5 additions and 0 deletions
|
@ -1344,6 +1344,11 @@ qboolean Media_PlayFilm(char *name)
|
||||||
if (fullscreenvid)
|
if (fullscreenvid)
|
||||||
{
|
{
|
||||||
Con_ClearNotify();
|
Con_ClearNotify();
|
||||||
|
if (key_dest == key_menu)
|
||||||
|
{
|
||||||
|
key_dest = key_game;
|
||||||
|
m_state = m_none;
|
||||||
|
}
|
||||||
if (key_dest != key_console)
|
if (key_dest != key_console)
|
||||||
scr_con_current=0;
|
scr_con_current=0;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue