mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Changed AiSequence::stack to push_back lower priority packages instead of push_front (Bug #3384)
This commit is contained in:
parent
5009aaaf0d
commit
40cc6a4164
@ -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…
x
Reference in New Issue
Block a user