mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
reformatted
This commit is contained in:
parent
c89608f390
commit
3758fe3834
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user