1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-13 12:40:04 +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),