mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 08:15:34 +00:00
remove the wrong container open sound
This commit is contained in:
parent
ad66ebf84f
commit
fdc2a7433c
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ namespace MWClass
|
||||||
if(ptr.getCellRef().trap.empty())
|
if(ptr.getCellRef().trap.empty())
|
||||||
{
|
{
|
||||||
boost::shared_ptr<MWWorld::Action> action (new MWWorld::ActionOpen(ptr));
|
boost::shared_ptr<MWWorld::Action> action (new MWWorld::ActionOpen(ptr));
|
||||||
action->setSound ("chest open");
|
|
||||||
return action;
|
return action;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue