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:
parent
ddd01ac777
commit
3abcf3dd0d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue