1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 04:14:05 +00:00

manually created objects were initialised incompletely

This commit is contained in:
Marc Zinnschlag 2012-02-23 12:33:50 +01:00
parent 1beaea0115
commit b7ea110632

View File

@ -82,6 +82,7 @@ namespace MWWorld
// initialise
ESM::CellRef& cellRef = mPtr.getCellRef();
cellRef.refID = name;
cellRef.refnum = -1;
cellRef.scale = 1;
cellRef.factIndex = 0;