diff --git a/apps/openmw/mwclass/ingredient.cpp b/apps/openmw/mwclass/ingredient.cpp index 4d88be1eb..bdeb0e82b 100644 --- a/apps/openmw/mwclass/ingredient.cpp +++ b/apps/openmw/mwclass/ingredient.cpp @@ -98,6 +98,8 @@ namespace MWClass { boost::shared_ptr action (new MWWorld::ActionEat (ptr)); + action->setSound ("Swallow"); + return action; }