From 09793c7b04deff7f9e39af50fc016751dcf6ec81 Mon Sep 17 00:00:00 2001 From: black Date: Sat, 10 Jul 2004 12:27:22 +0000 Subject: [PATCH] Fixed a bug in the menu. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4264 d7cf8633-e32d-0410-b094-e92efae38249 --- menu.c | 4 ++-- prvm_cmds.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/menu.c b/menu.c index ed7724a4..f5b9d544 100644 --- 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); } diff --git a/prvm_cmds.c b/prvm_cmds.c index ccca3b4c..58d816c6 100644 --- a/prvm_cmds.c +++ b/prvm_cmds.c @@ -860,7 +860,7 @@ void VM_spawn (void) ========= VM_remove -entity remove() +remove(entity e) ========= */ -- 2.39.2