reverting refidata.hpp

This commit is contained in:
Marek Kochanowicz 2013-12-30 18:47:19 +01:00
parent a7de04d0a4
commit 79bc149c73

View file

@ -137,7 +137,6 @@ namespace CSMWorld
state==CSMWorld::RecordBase::State_ModifiedOnly)
{
std::string type;
for (int i=0; i<4; ++i)
/// \todo make endianess agnostic (change ESMWriter interface?)
type += reinterpret_cast<const char *> (&mContainer.at (index).mModified.sRecordId)[i];
@ -245,3 +244,4 @@ namespace CSMWorld