1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-25 19:11:34 +00:00

Fix projectile bug

This commit is contained in:
scrawl 2014-01-24 13:22:30 +01:00
parent 70264eae3b
commit ac4c904e62

View file

@ -2199,6 +2199,7 @@ namespace MWWorld
{
if (!mWorldScene->isCellActive(*it->first.getCell()))
{
deleteObject(it->first);
mProjectiles.erase(it++);
continue;
}