From 21897ddb12f534b6f78521815ea91c0e30d81e1c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 12 Feb 2003 19:36:53 +0000 Subject: * Updated most of the scripts to play the new menu sounds --- ui/tremulous_teamselect.menu | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ui/tremulous_teamselect.menu') 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 + } } } } -- cgit