mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-01 22:30:53 +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
|
backcolor Ig_Sub_Color1
|
||||||
forecolor Ig_Sub_TextColor
|
forecolor Ig_Sub_TextColor
|
||||||
bordercolor Ig_Sub_BorderColor1
|
bordercolor Ig_Sub_BorderColor1
|
||||||
cvarTest "g_gameType"
|
// cvarTest "g_gameType"
|
||||||
showCvar { "4" ; "5" }
|
// showCvar { "4" ; "5" }
|
||||||
|
cvarTest "g_RQ3_tdmMode"
|
||||||
|
showCvar { "0" }
|
||||||
visible 1
|
visible 1
|
||||||
action { play "sound/misc/menu1.wav" ; close "ingame_player" ; open "ingame_weapon" }
|
action { play "sound/misc/menu1.wav" ; close "ingame_player" ; open "ingame_weapon" }
|
||||||
onFocus { setcolor backcolor Ig_Sub_Color2 ; setcolor bordercolor Ig_Sub_BorderColor2 }
|
onFocus { setcolor backcolor Ig_Sub_Color2 ; setcolor bordercolor Ig_Sub_BorderColor2 }
|
||||||
|
|
Loading…
Reference in a new issue