Repariere vid_restart

This commit is contained in:
Yamagi Burmeister 2010-10-24 08:34:40 +00:00
parent 6fca641044
commit 4f8d7137c4

View file

@ -465,6 +465,9 @@ IN_BackendInit ( in_state_t *in_state_p )
void
IN_BackendShutdown ( void )
{
ri.Cmd_RemoveCommand( "+mlook" );
ri.Cmd_RemoveCommand( "-mlook" );
ri.Cmd_RemoveCommand( "force_centerview" );
Com_Printf("Input shut down.\n");
}