From 7aed83dd84b116a41b654bc4fb70a51986b3b569 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 27 Feb 2003 07:29:09 +0000 Subject: [PATCH] Fixed tdmmode menus --- reaction/uifiles/ingame_player.menu | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reaction/uifiles/ingame_player.menu b/reaction/uifiles/ingame_player.menu index e61f1c1f..94d9dedb 100644 --- a/reaction/uifiles/ingame_player.menu +++ b/reaction/uifiles/ingame_player.menu @@ -117,8 +117,10 @@ backcolor Ig_Sub_Color1 forecolor Ig_Sub_TextColor bordercolor Ig_Sub_BorderColor1 - cvarTest "g_gameType" - showCvar { "4" ; "5" } +// cvarTest "g_gameType" +// showCvar { "4" ; "5" } + cvarTest "g_RQ3_tdmMode" + showCvar { "0" } visible 1 action { play "sound/misc/menu1.wav" ; close "ingame_player" ; open "ingame_weapon" } onFocus { setcolor backcolor Ig_Sub_Color2 ; setcolor bordercolor Ig_Sub_BorderColor2 }