From 00216df62a6208c1aedba931d6957e7c4a9610a7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 29 Jan 2002 20:50:27 +0000 Subject: [PATCH] fix a couple of compile issues (comment out the options_menu call and include QF/keys.h again) --- cs-code/menu.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cs-code/menu.qc b/cs-code/menu.qc index 90d8bc573..5c906ac3d 100644 --- a/cs-code/menu.qc +++ b/cs-code/menu.qc @@ -1,3 +1,4 @@ +#include "QF/keys.h" float () random = #0; string () gametype = #0; @@ -433,7 +434,7 @@ void () main_menu = if (do_single_player) single_player_menu (); multi_player_menu (); - options_menu (); + //options_menu (); help_menu (); Menu_Item (54, 112, "", quit_f); Menu_End ();