mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 03:35:27 +00:00
Remove unused variable
This commit is contained in:
parent
d64eea2fc6
commit
99069b02e4
@ -510,7 +510,6 @@ namespace CSMWorld
|
|||||||
// Setup body parts
|
// Setup body parts
|
||||||
for (int i = 0; i < mBodyParts.getSize(); ++i)
|
for (int i = 0; i < mBodyParts.getSize(); ++i)
|
||||||
{
|
{
|
||||||
auto partId = mBodyParts.getId(i);
|
|
||||||
auto& partRecord = mBodyParts.getRecord(i);
|
auto& partRecord = mBodyParts.getRecord(i);
|
||||||
|
|
||||||
if (partRecord.isDeleted())
|
if (partRecord.isDeleted())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user