diff options
Diffstat (limited to 'src/Mobs/Wolf.h')
-rw-r--r-- | src/Mobs/Wolf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Wolf.h b/src/Mobs/Wolf.h index 7500854f8..f2aa7094b 100644 --- a/src/Mobs/Wolf.h +++ b/src/Mobs/Wolf.h @@ -14,7 +14,7 @@ class cWolf : typedef cPassiveAggressiveMonster super; public: - cWolf(void); + cWolf(CreateMonsterInfo a_Info); CLASS_PROTODEF(cWolf) |