[Client] Set mMpNum to 0 for ManualRef

pull/199/head
David Cernat 8 years ago
parent 6c60c9c78e
commit 0df14320e0

@ -23,6 +23,16 @@ namespace
cellRef.mLockLevel = 0;
cellRef.mReferenceBlocked = 0;
/*
Start of tes3mp addition
Set the mMpNum (unique multiplayer reference number) to 0 by default
*/
cellRef.mMpNum = 0;
/*
End of tes3mp addition
*/
MWWorld::LiveCellRef<T> ref(cellRef, base);
refValue = ref;

Loading…
Cancel
Save