1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-19 22:41:34 +00:00

reformatted

This commit is contained in:
Marek Kochanowicz 2013-12-30 13:23:16 +01:00
parent c89608f390
commit 3758fe3834
4 changed files with 157 additions and 154 deletions

View file

@ -137,6 +137,7 @@ 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];
@ -242,3 +243,5 @@ namespace CSMWorld
#endif #endif