From fdc2a7433c91fd93c982e6ccce5d1d5fd93a5b50 Mon Sep 17 00:00:00 2001 From: scrawl Date: Mon, 10 Sep 2012 15:01:51 +0200 Subject: [PATCH] remove the wrong container open sound --- apps/openmw/mwclass/container.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/openmw/mwclass/container.cpp b/apps/openmw/mwclass/container.cpp index 4f11e1c0ec..6fa23a98ae 100644 --- a/apps/openmw/mwclass/container.cpp +++ b/apps/openmw/mwclass/container.cpp @@ -100,7 +100,6 @@ namespace MWClass if(ptr.getCellRef().trap.empty()) { boost::shared_ptr action (new MWWorld::ActionOpen(ptr)); - action->setSound ("chest open"); return action; } else