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:
Spoike 2004-08-27 00:40:01 +00:00
parent 96689f0e00
commit 841b2e6fa0
1 changed files with 5 additions and 0 deletions

View File

@ -1186,6 +1186,11 @@ void Key_Event (int key, qboolean down)
break;
#endif
case key_game:
if (media_filmtype)
{
Media_PlayFilm("");
break;
}
case key_console:
M_ToggleMenu_f ();
break;