* Merge unified-sdl to trunk
* Bump Q3_VERSION to 1.35
This commit is contained in:
parent
39abffeb3b
commit
672cfbf16f
188 changed files with 5071 additions and 41739 deletions
|
@ -416,6 +416,11 @@ void SV_SpawnServer( char *server, qboolean killBots ) {
|
|||
// clear the whole hunk because we're (re)loading the server
|
||||
Hunk_Clear();
|
||||
|
||||
#ifndef DEDICATED
|
||||
// Restart renderer
|
||||
CL_StartHunkUsers( qtrue );
|
||||
#endif
|
||||
|
||||
// clear collision map data
|
||||
CM_ClearMap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue