mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00:00
CellRef uninitialized fixes
This commit is contained in:
parent
f6a568c995
commit
5bd2f30a99
@ -35,6 +35,8 @@ namespace MWWorld
|
||||
cellRef.mTeleport = false;
|
||||
cellRef.mLockLevel = 0;
|
||||
cellRef.mReferenceBlocked = 0;
|
||||
cellRef.mFltv = 0;
|
||||
cellRef.mNam0 = 0;
|
||||
|
||||
LiveCellRef<T> ref(cellRef, base);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user