1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 10:53:51 +00:00

Remove unneeded brackets

This commit is contained in:
Nelsson Huotari 2019-10-23 00:34:54 +03:00
parent fdc73b87ba
commit c957f0544c

View file

@ -92,10 +92,8 @@ namespace CSMWorld
if (land.mDataTypes & Land::DATA_WNAM) if (land.mDataTypes & Land::DATA_WNAM)
{ {
for (int i = 0; i < Size; ++i) for (int i = 0; i < Size; ++i)
{
values[i] = land.mWnam[i]; values[i] = land.mWnam[i];
} }
}
QVariant variant; QVariant variant;
variant.setValue(values); variant.setValue(values);