mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-19 22:41:34 +00:00
reformatted
This commit is contained in:
parent
c89608f390
commit
3758fe3834
4 changed files with 157 additions and 154 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue