1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Fix: remove space

This commit is contained in:
MatthewRock 2015-12-09 18:26:33 +01:00
parent 3b254ad631
commit ddd4004c95

View File

@ -449,7 +449,7 @@ void MWWorld::ContainerStore::addInitialItem (const std::string& id, const std::
//Update spawned count
itemInMap->second += std::abs(count);
}
count = std::abs(count);
count = std::abs(count);
ref.getPtr().getCellRef().setOwner(owner);
addImp (ref.getPtr(), count);