mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 00:45:39 -04:00
Issue #356: added ingredient eating sound effect
This commit is contained in:
parent
fe68a252d5
commit
5706caa141
@ -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…
x
Reference in New Issue
Block a user