]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
mac builds now detect if the gamedir exists in the .app/Contents/Resources/ folder
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index 9644edba44cd6bfb56fc3c9373f10965c679dfdb..bb82b8d487529ebe96f703f4e929c7aa821ed1c7 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -5207,7 +5207,8 @@ void MR_SetRouting(qboolean forceold)
 
 void MR_Restart(void)
 {
-       MR_Shutdown ();
+       if(MR_Shutdown)
+               MR_Shutdown ();
        MR_SetRouting (FALSE);
 }