]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
Changed prvm_ed_loadfromfile - it isnt really compatible with the old vm anymore...
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index 5978e5b2977003691c7fd2d7faf02ed9b8a75ea2..1ad0b4c36b702358436a5eb6e4e23a54cdce6e80 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -3734,6 +3734,7 @@ void M_Shutdown(void)
 
 void M_Restart(void)
 {
+       key_dest = key_game;
 }
 
 //============================================================================
@@ -3765,7 +3766,7 @@ void MP_Error(void)
        // fall back to the normal menu
 
        // say it
-       Con_Printf("Falling back to normal menu.\n Error :");
+       Con_Printf("Falling back to normal menu\n");
 
        // init the normal menu now -> this will also correct the menu router pointers
        MR_SetRouting (TRUE);
@@ -3874,6 +3875,7 @@ void MP_Init (void)
 
 void MP_Restart(void)
 {
+       key_dest = key_game;
        MP_Init();
 }