1
0
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:
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 //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);