From a012d56b0f230114de0e9b10e15023faa3c8a44c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 10 Feb 2011 18:20:46 +0000 Subject: Sanitized ui sounds, removed button hover sound. --- src/ui/ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui.cc') diff --git a/src/ui/ui.cc b/src/ui/ui.cc index de881cb..a5ef883 100644 --- a/src/ui/ui.cc +++ b/src/ui/ui.cc @@ -530,7 +530,7 @@ bool UI::on_keypress(const int key, const unsigned int modifier) case SDLK_ESCAPE: if (active()) { hide_menu(); - audio::play("ui/menu"); + //audio::play("ui/menu"); } return true; break; -- cgit v1.2.3