mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
CellRef uninitialized fixes
This commit is contained in:
parent
f6a568c995
commit
5bd2f30a99
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ namespace MWWorld
|
||||||
cellRef.mTeleport = false;
|
cellRef.mTeleport = false;
|
||||||
cellRef.mLockLevel = 0;
|
cellRef.mLockLevel = 0;
|
||||||
cellRef.mReferenceBlocked = 0;
|
cellRef.mReferenceBlocked = 0;
|
||||||
|
cellRef.mFltv = 0;
|
||||||
|
cellRef.mNam0 = 0;
|
||||||
|
|
||||||
LiveCellRef<T> ref(cellRef, base);
|
LiveCellRef<T> ref(cellRef, base);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue