Please do not try to shut down the video code twice, kthx.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3188 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cdb9eed996
commit
2decc6d5c8
1 changed files with 0 additions and 2 deletions
|
@ -3757,8 +3757,6 @@ void Host_Shutdown(void)
|
||||||
S_Shutdown();
|
S_Shutdown();
|
||||||
IN_Shutdown ();
|
IN_Shutdown ();
|
||||||
R_ShutdownRenderer();
|
R_ShutdownRenderer();
|
||||||
if (VID_DeInit)
|
|
||||||
VID_DeInit();
|
|
||||||
#ifndef CLIENTONLY
|
#ifndef CLIENTONLY
|
||||||
SV_Shutdown();
|
SV_Shutdown();
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue