mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-26 14:01:26 +00:00
Make name input in Team Arena menus inactive
This commit is contained in:
parent
3196c2b676
commit
7c5815f3b1
2 changed files with 3 additions and 3 deletions
|
@ -144,6 +144,7 @@ itemDef {
|
||||||
border 0
|
border 0
|
||||||
bordercolor 0 0 0 0
|
bordercolor 0 0 0 0
|
||||||
visible 1
|
visible 1
|
||||||
|
decoration
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -277,8 +277,7 @@ itemDef {
|
||||||
border 0
|
border 0
|
||||||
bordercolor 0 0 0 0
|
bordercolor 0 0 0 0
|
||||||
visible 1
|
visible 1
|
||||||
// mouseEnter { show message_name }
|
decoration
|
||||||
// mouseExit { hide message_name }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef {
|
itemDef {
|
||||||
|
|
Loading…
Reference in a new issue