mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 13:45:34 +00:00
Merge remote-tracking branch 'potatoesmaster/getdisposition'
This commit is contained in:
commit
6e0b86c6f9
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ namespace MWScript
|
|||
{
|
||||
MWWorld::Ptr ptr = R()(runtime);
|
||||
|
||||
runtime.push (MWWorld::Class::get (ptr).getNpcStats (ptr).getBaseDisposition());
|
||||
runtime.push (MWBase::Environment::get().getMechanicsManager()->getDerivedDisposition(ptr));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue