diff options
Diffstat (limited to 'NorthstarDLL/engine/hoststate.h')
-rw-r--r-- | NorthstarDLL/engine/hoststate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/engine/hoststate.h b/NorthstarDLL/engine/hoststate.h index 0536e91c..290903ab 100644 --- a/NorthstarDLL/engine/hoststate.h +++ b/NorthstarDLL/engine/hoststate.h @@ -14,7 +14,7 @@ enum class HostState_t struct CHostState { - public: +public: HostState_t m_iCurrentState; HostState_t m_iNextState; |