mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 22:06:45 +00:00
manually created objects were initialised incompletely
This commit is contained in:
parent
1beaea0115
commit
b7ea110632
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace MWWorld
|
||||||
|
|
||||||
// initialise
|
// initialise
|
||||||
ESM::CellRef& cellRef = mPtr.getCellRef();
|
ESM::CellRef& cellRef = mPtr.getCellRef();
|
||||||
|
cellRef.refID = name;
|
||||||
cellRef.refnum = -1;
|
cellRef.refnum = -1;
|
||||||
cellRef.scale = 1;
|
cellRef.scale = 1;
|
||||||
cellRef.factIndex = 0;
|
cellRef.factIndex = 0;
|
||||||
|
|
Loading…
Reference in a new issue