mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-05 00:11:22 +00:00
reverting refidata.hpp
This commit is contained in:
parent
a7de04d0a4
commit
79bc149c73
1 changed files with 71 additions and 71 deletions
|
@ -137,7 +137,6 @@ namespace CSMWorld
|
||||||
state==CSMWorld::RecordBase::State_ModifiedOnly)
|
state==CSMWorld::RecordBase::State_ModifiedOnly)
|
||||||
{
|
{
|
||||||
std::string type;
|
std::string type;
|
||||||
|
|
||||||
for (int i=0; i<4; ++i)
|
for (int i=0; i<4; ++i)
|
||||||
/// \todo make endianess agnostic (change ESMWriter interface?)
|
/// \todo make endianess agnostic (change ESMWriter interface?)
|
||||||
type += reinterpret_cast<const char *> (&mContainer.at (index).mModified.sRecordId)[i];
|
type += reinterpret_cast<const char *> (&mContainer.at (index).mModified.sRecordId)[i];
|
||||||
|
@ -245,3 +244,4 @@ namespace CSMWorld
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue