- Fix already defined command warnings for minimize
- Fix recursive CL_Shutdown warning and "command already defined" warnings when quitting while playing on a server that changed the gamedir.
This commit is contained in:
parent
404fe4e6e0
commit
8ab91bde8e
6 changed files with 17 additions and 11 deletions
|
@ -1250,6 +1250,7 @@ void RE_Shutdown( qboolean destroyWindow ) {
|
|||
ri.Cmd_RemoveCommand ("shaderlist");
|
||||
ri.Cmd_RemoveCommand ("skinlist");
|
||||
ri.Cmd_RemoveCommand ("gfxinfo");
|
||||
ri.Cmd_RemoveCommand("minimize");
|
||||
ri.Cmd_RemoveCommand( "modelist" );
|
||||
ri.Cmd_RemoveCommand( "shaderstate" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue