1
0
Fork 0
forked from fte/fteqw

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:
Mark Olsen 2009-05-10 21:44:13 +00:00
parent cdb9eed996
commit 2decc6d5c8

View file

@ -3757,8 +3757,6 @@ void Host_Shutdown(void)
S_Shutdown();
IN_Shutdown ();
R_ShutdownRenderer();
if (VID_DeInit)
VID_DeInit();
#ifndef CLIENTONLY
SV_Shutdown();
#else