]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Reimpl. the cvar alias system. Reimpl. the cvar hash table as a distinct type
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 590a336c6d91be736bcc3b486977fcea876c9334..f4f1e55fdf752a5dd6e6c304b270d430a026a508 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1581,10 +1581,6 @@ qboolean FS_ChangeGameDirs(int numgamedirs, char gamedirs[][MAX_QPATH], qboolean
        // unload all sounds so they will be reloaded from the new files as needed
        S_UnloadAllSounds_f(&cmd_client);
 
-       // close down the video subsystem, it will start up again when the config finishes...
-       VID_Stop();
-       vid_opened = false;
-
        // restart the video subsystem after the config is executed
        Cbuf_InsertText(&cmd_client, "\nloadconfig\nvid_restart\n\n");