1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 04:20:29 +00:00

Issue #356: added ingredient eating sound effect

This commit is contained in:
Marc Zinnschlag 2012-09-13 13:30:57 +02:00
parent fe68a252d5
commit 5706caa141

View File

@ -98,6 +98,8 @@ namespace MWClass
{
boost::shared_ptr<MWWorld::Action> action (new MWWorld::ActionEat (ptr));
action->setSound ("Swallow");
return action;
}