Long awaited... Playing a film whilst the game is active, and pressing escape will now end the film. (progressing the q2 server to the next level immediatly)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@55 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
96689f0e00
commit
841b2e6fa0
1 changed files with 5 additions and 0 deletions
|
@ -1186,6 +1186,11 @@ void Key_Event (int key, qboolean down)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case key_game:
|
case key_game:
|
||||||
|
if (media_filmtype)
|
||||||
|
{
|
||||||
|
Media_PlayFilm("");
|
||||||
|
break;
|
||||||
|
}
|
||||||
case key_console:
|
case key_console:
|
||||||
M_ToggleMenu_f ();
|
M_ToggleMenu_f ();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue