forked from mirror/openmw-tes3mp
some cleanup
This commit is contained in:
parent
3a3f2a37c8
commit
ebf7732912
1 changed files with 2 additions and 5 deletions
|
@ -14,14 +14,11 @@ namespace CSMWorld
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
void load (ESM::ESMReader& reader, bool base,
|
void load (ESM::ESMReader& reader, bool base);
|
||||||
UniversalId::Type type = UniversalId::Type_None);
|
|
||||||
///< \param type Will be ignored, unless the collection supports multiple record types
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename ESXRecordT, typename IdAccessorT>
|
template<typename ESXRecordT, typename IdAccessorT>
|
||||||
void IdCollection<ESXRecordT, IdAccessorT>::load (ESM::ESMReader& reader, bool base,
|
void IdCollection<ESXRecordT, IdAccessorT>::load (ESM::ESMReader& reader, bool base)
|
||||||
UniversalId::Type type)
|
|
||||||
{
|
{
|
||||||
std::string id = reader.getHNOString ("NAME");
|
std::string id = reader.getHNOString ("NAME");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue