mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 01:21:12 +00:00
Fixed tdmmode menus
This commit is contained in:
parent
99426b3bf2
commit
7aed83dd84
1 changed files with 4 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue