1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-10 18:06:42 +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)); boost::shared_ptr<MWWorld::Action> action (new MWWorld::ActionEat (ptr));
action->setSound ("Swallow");
return action; return action;
} }