1
0
Fork 1
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:
Thoronador 2015-01-02 02:23:10 +01:00
parent 3b00a24f3f
commit 44e01d0eaa

View file

@ -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),