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:
parent
fe68a252d5
commit
5706caa141
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue