From 71097aa49b7ec3fc258167e528a0c9f37f259c71 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 17 Feb 2012 11:40:14 +0000 Subject: Lots of logging added git-svn-id: http://mc-server.googlecode.com/svn/trunk@282 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cMonsterConfig.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/cMonsterConfig.h') 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); -- cgit v1.2.3