diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Bat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Bat.h b/src/Mobs/Bat.h index 6b06aeb4f..f3012508f 100644 --- a/src/Mobs/Bat.h +++ b/src/Mobs/Bat.h @@ -13,7 +13,7 @@ class cBat : typedef cPassiveMonster super; public: - cBat(void); + cBat(CreateMonsterInfo a_Info); CLASS_PROTODEF(cBat) |