diff options
Diffstat (limited to 'source/cMonsterConfig.h')
-rw-r--r-- | source/cMonsterConfig.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/cMonsterConfig.h b/source/cMonsterConfig.h index 12b03d8e1..8c0807d73 100644 --- a/source/cMonsterConfig.h +++ b/source/cMonsterConfig.h @@ -4,9 +4,11 @@ class cMonster; class cMonsterConfig
{
public:
- cMonsterConfig(int TypeC);
+ cMonsterConfig(void);
~cMonsterConfig();
- cMonsterConfig *Get();
+
+ // _X: WTF? shouldn't this be static? Setting to OBSOLETE
+ OBSOLETE cMonsterConfig *Get();
void AssignAttributes(cMonster *m, const char* n);
|