1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-30 16:20:21 +00:00

Set PathFinder::mCell to nullptr when clear path

This commit is contained in:
elsid 2018-08-20 01:12:40 +03:00
parent 85bbf9d034
commit 3655f19373
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -90,6 +90,7 @@ namespace MWMechanics
void PathFinder::clearPath() void PathFinder::clearPath()
{ {
mPath.clear(); mPath.clear();
mCell = nullptr;
} }
/* /*