summaryrefslogtreecommitdiff
path: root/ui/quit.menu
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-02-12 19:36:53 +0000
committerTim Angus <tim@ngus.net>2003-02-12 19:36:53 +0000
commit21897ddb12f534b6f78521815ea91c0e30d81e1c (patch)
treee1cb351da629a738a6c9527b996e35c51d6e0a5c /ui/quit.menu
parent96231086795cbf68f01148e8d1e65a28e3581a66 (diff)
* Updated most of the scripts to play the new menu sounds
Diffstat (limited to 'ui/quit.menu')
-rw-r--r--ui/quit.menu3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/quit.menu b/ui/quit.menu
index 7241e593..0f953a06 100644
--- a/ui/quit.menu
+++ b/ui/quit.menu
@@ -15,6 +15,7 @@
popup
onESC
{
+ play "sound/misc/menu1.wav";
close quit_popmenu;
open main
}
@@ -68,6 +69,7 @@
visible 1
action
{
+ play "sound/misc/menu4.wav";
close main;
close quit_popmenu;
open quitCredit
@@ -89,6 +91,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
close quit_popmenu;
open main
}