diff options
Diffstat (limited to 'src/MonsterConfig.h')
-rw-r--r-- | src/MonsterConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MonsterConfig.h b/src/MonsterConfig.h index 371d324c2..50979c44a 100644 --- a/src/MonsterConfig.h +++ b/src/MonsterConfig.h @@ -23,7 +23,7 @@ public: private: struct sAttributesStruct; struct sMonsterConfigState; - sMonsterConfigState* m_pState; + sMonsterConfigState * m_pState; void Initialize(); } ; |