mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 04:14:18 +00:00
Merge pull request #935 from dragonee/master
Changed AiSequence::stack to push_back lower priority packages instea…
This commit is contained in:
commit
9c364325aa
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ void AiSequence::stack (const AiPackage& package, const MWWorld::Ptr& actor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mPackages.push_front (package.clone());
|
mPackages.push_back (package.clone());
|
||||||
}
|
}
|
||||||
|
|
||||||
AiPackage* MWMechanics::AiSequence::getActivePackage()
|
AiPackage* MWMechanics::AiSequence::getActivePackage()
|
||||||
|
|
Loading…
Reference in a new issue