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

Fix for deleting all items in a levelled list

This commit is contained in:
scrawl 2015-02-13 17:37:56 +01:00
parent 8b417c06db
commit 96a295c44f

View File

@ -21,6 +21,7 @@ namespace ESM
else
{
// Original engine ignores rest of the record, even if there are items following
mList.clear();
esm.skipRecord();
return;
}