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...")
82
82
set (OPENMW_VERSION_MAJOR 0 )
83
83
set (OPENMW_VERSION_MINOR 49 )
84
84
set (OPENMW_VERSION_RELEASE 0 )
85
- set (OPENMW_LUA_API_REVISION 73 )
85
+ set (OPENMW_LUA_API_REVISION 74 )
86
86
set (OPENMW_POSTPROCESSING_API_REVISION 2 )
87
87
88
88
set (OPENMW_VERSION_COMMITHASH "" )
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ namespace MWLua
351
351
throw std::runtime_error (
352
352
" The argument of `activateBy` must be an actor who activates the object. Got: "
353
353
+ actor.toString ());
354
- if (objPtr. getRefData (). activate ())
355
- MWBase::Environment::get ().getLuaManager ()->objectActivated (objPtr, actorPtr);
354
+
355
+ MWBase::Environment::get ().getLuaManager ()->objectActivated (objPtr, actorPtr);
356
356
};
357
357
358
358
auto isEnabled = [](const ObjectT& o) { return o.ptr ().getRefData ().isEnabled (); };
You can’t perform that action at this time.
0 commit comments