mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fix style guide
This commit is contained in:
parent
ddd01ac777
commit
3abcf3dd0d
@ -38,7 +38,8 @@ namespace ESM4 {
|
||||
// v
|
||||
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::uint32_t modIndex; // the sequential position of this file in the load order:
|
||||
// 0x00 reserved, 0xFF in-game (see notes below)
|
||||
|
Loading…
x
Reference in New Issue
Block a user