File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ message(STATUS "Configuring OpenMW...")
8282set (OPENMW_VERSION_MAJOR 0)
8383set (OPENMW_VERSION_MINOR 49)
8484set (OPENMW_VERSION_RELEASE 0)
85- set (OPENMW_LUA_API_REVISION 73 )
85+ set (OPENMW_LUA_API_REVISION 74 )
8686set (OPENMW_POSTPROCESSING_API_REVISION 2)
8787
8888set (OPENMW_VERSION_COMMITHASH "" )
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ namespace MWLua
351351 throw std::runtime_error (
352352 " The argument of `activateBy` must be an actor who activates the object. Got: "
353353 + actor.toString ());
354- if (objPtr. getRefData (). activate ())
355- MWBase::Environment::get ().getLuaManager ()->objectActivated (objPtr, actorPtr);
354+
355+ MWBase::Environment::get ().getLuaManager ()->objectActivated (objPtr, actorPtr);
356356 };
357357
358358 auto isEnabled = [](const ObjectT& o) { return o.ptr ().getRefData ().isEnabled (); };
You can’t perform that action at this time.
0 commit comments