mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 10:39:41 +00:00
Remove unneeded brackets
This commit is contained in:
parent
fdc73b87ba
commit
c957f0544c
1 changed files with 0 additions and 2 deletions
|
@ -92,9 +92,7 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue