mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix some Coverity warnings
This commit is contained in:
parent
81deb3796b
commit
d8ec78d732
17 changed files with 18 additions and 5 deletions
|
@ -19,6 +19,7 @@ namespace ESSImport
|
|||
item.mCount = contItem.mCount;
|
||||
item.mRelativeEquipmentSlot = -1;
|
||||
item.mLockLevel = 0;
|
||||
item.mChargeIntRemainder = 0;
|
||||
|
||||
unsigned int itemCount = std::abs(item.mCount);
|
||||
bool separateStacks = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue