mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
remove redundant initialization statement
See https://github.com/OpenMW/openmw/pull/423#discussion_r22403388
This commit is contained in:
parent
3b00a24f3f
commit
44e01d0eaa
1 changed files with 0 additions and 1 deletions
|
@ -440,7 +440,6 @@ void CSMWorld::MiscRefIdAdapter::setData (const RefIdColumn *column, RefIdData&
|
|||
|
||||
CSMWorld::NpcColumns::NpcColumns (const ActorColumns& actorColumns)
|
||||
: ActorColumns (actorColumns),
|
||||
mFlags(std::map<const RefIdColumn *, unsigned int>()),
|
||||
mRace(NULL),
|
||||
mClass(NULL),
|
||||
mFaction(NULL),
|
||||
|
|
Loading…
Reference in a new issue