summaryrefslogtreecommitdiff
path: root/ui/tremulous_teamselect.menu
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tremulous_teamselect.menu')
-rw-r--r--ui/tremulous_teamselect.menu13
1 files changed, 11 insertions, 2 deletions
diff --git a/ui/tremulous_teamselect.menu b/ui/tremulous_teamselect.menu
index a38a4a1c..e750ead0 100644
--- a/ui/tremulous_teamselect.menu
+++ b/ui/tremulous_teamselect.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript JoinTeam; close tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript JoinTeam;
+ close tremulous_teamselect
+ }
}
itemDef
@@ -96,7 +101,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_teamselect
+ }
}
}
}