mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 03:35:27 +00:00
Fix: remove space
This commit is contained in:
parent
3b254ad631
commit
ddd4004c95
@ -449,7 +449,7 @@ void MWWorld::ContainerStore::addInitialItem (const std::string& id, const std::
|
|||||||
//Update spawned count
|
//Update spawned count
|
||||||
itemInMap->second += std::abs(count);
|
itemInMap->second += std::abs(count);
|
||||||
}
|
}
|
||||||
count = std::abs(count);
|
count = std::abs(count);
|
||||||
|
|
||||||
ref.getPtr().getCellRef().setOwner(owner);
|
ref.getPtr().getCellRef().setOwner(owner);
|
||||||
addImp (ref.getPtr(), count);
|
addImp (ref.getPtr(), count);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user