1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 13:23:52 +00:00

some todo comment cleanup

This commit is contained in:
Marc Zinnschlag 2012-05-15 21:34:32 +02:00
parent 7e00fea18b
commit fdfddc8be7
2 changed files with 1 additions and 5 deletions

View file

@ -57,8 +57,6 @@ namespace MWClass
data->mCreatureStats.mLevel = ref->base->data.level; data->mCreatureStats.mLevel = ref->base->data.level;
// \todo add initial container content
// store // store
ptr.getRefData().setCustomData (data.release()); ptr.getRefData().setCustomData (data.release());
} }

View file

@ -88,11 +88,9 @@ namespace MWClass
} }
else else
{ {
//TODO: do something with npdt12 maybe:p /// \todo do something with npdt12 maybe:p
} }
// \todo add initial container content
// store // store
ptr.getRefData().setCustomData (data.release()); ptr.getRefData().setCustomData (data.release());
} }