mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 22:23:52 +00:00
CI compare cells
This commit is contained in:
parent
afcbb3cb5e
commit
443420ea60
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue