1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 03:40:14 +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)
{
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];
@ -242,3 +243,5 @@ namespace CSMWorld
#endif