engine: server: do not unload server library on win327
This commit is contained in:
parent
1f5c97964b
commit
38ef16b08b
2 changed files with 0 additions and 12 deletions
|
@ -5172,13 +5172,7 @@ qboolean SV_LoadProgs( const char *name )
|
|||
edict_t *e;
|
||||
|
||||
if( svgame.hInstance )
|
||||
{
|
||||
#if XASH_WIN32
|
||||
SV_UnloadProgs();
|
||||
#else // XASH_WIN32
|
||||
return true;
|
||||
#endif // XASH_WIN32
|
||||
}
|
||||
|
||||
// fill it in
|
||||
svgame.pmove = &gpMove;
|
||||
|
|
|
@ -1074,9 +1074,6 @@ void SV_Shutdown( const char *finalmsg )
|
|||
if( CL_IsPlaybackDemo( ))
|
||||
CL_Drop();
|
||||
|
||||
#if XASH_WIN32
|
||||
SV_UnloadProgs();
|
||||
#endif // XASH_WIN32
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -1094,9 +1091,6 @@ void SV_Shutdown( const char *finalmsg )
|
|||
|
||||
NET_Config( false, false );
|
||||
SV_DeactivateServer();
|
||||
#if XASH_WIN32
|
||||
SV_UnloadProgs();
|
||||
#endif // XASH_WIN32
|
||||
CL_Drop();
|
||||
|
||||
// free current level
|
||||
|
|
Loading…
Add table
Reference in a new issue