mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
CI compare cells
This commit is contained in:
parent
afcbb3cb5e
commit
443420ea60
@ -973,7 +973,7 @@ namespace MWWorld
|
||||
mPhysics->clearQueuedMovement();
|
||||
mDiscardMovements = true;
|
||||
|
||||
if (changeEvent && mCurrentWorldSpace != cellName)
|
||||
if (changeEvent && !Misc::StringUtils::ciEqual(mCurrentWorldSpace, cellName))
|
||||
{
|
||||
// changed worldspace
|
||||
mProjectileManager->clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user