1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:53:50 +00:00

remove the wrong container open sound

This commit is contained in:
scrawl 2012-09-10 15:01:51 +02:00
parent ad66ebf84f
commit fdc2a7433c

View file

@ -100,7 +100,6 @@ namespace MWClass
if(ptr.getCellRef().trap.empty())
{
boost::shared_ptr<MWWorld::Action> action (new MWWorld::ActionOpen(ptr));
action->setSound ("chest open");
return action;
}
else