]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fixed a bug in the menu.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 10 Jul 2004 12:27:22 +0000 (12:27 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 10 Jul 2004 12:27:22 +0000 (12:27 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4264 d7cf8633-e32d-0410-b094-e92efae38249

menu.c
prvm_cmds.c

diff --git a/menu.c b/menu.c
index ed7724a4ea5f2a6bd2bc9a0260a8199fa5175284..f5b9d54484aea8c04b5c70e46096ee23b5f950ae 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -4073,8 +4073,8 @@ void MR_Init()
        // the normal quake menu only the first time
        else if(COM_CheckParm("-useqmenu"))
                MR_SetRouting (TRUE);
-       else
-               MR_SetRouting (FALSE);
+       
+       MR_SetRouting (FALSE);
 }
 
 
index ccca3b4cc88a991714d03b4d206d529610d4e235..58d816c6321d461b258fbe5a23e88306b1ece668 100644 (file)
@@ -860,7 +860,7 @@ void VM_spawn (void)
 =========
 VM_remove
 
-entity remove()
+remove(entity e)
 =========
 */