1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 19:53:53 +00:00

Fix style guide

This commit is contained in:
elsid 2022-04-12 23:25:41 +02:00
parent ddd01ac777
commit 3abcf3dd0d
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -38,7 +38,8 @@ namespace ESM4 {
// v // v
typedef std::vector<std::pair<ESM4::GroupTypeHeader, std::uint32_t> > GroupStack; typedef std::vector<std::pair<ESM4::GroupTypeHeader, std::uint32_t> > GroupStack;
struct ReaderContext { struct ReaderContext
{
std::string filename; // in case we need to reopen to restore the context std::string filename; // in case we need to reopen to restore the context
std::uint32_t modIndex; // the sequential position of this file in the load order: std::uint32_t modIndex; // the sequential position of this file in the load order:
// 0x00 reserved, 0xFF in-game (see notes below) // 0x00 reserved, 0xFF in-game (see notes below)