mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 19:31:13 +00:00
Repariere vid_restart
This commit is contained in:
parent
6fca641044
commit
4f8d7137c4
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue