diff options
Diffstat (limited to 'src/Mobs/Ocelot.h')
-rw-r--r-- | src/Mobs/Ocelot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Ocelot.h b/src/Mobs/Ocelot.h index f2727d354..4f0739eec 100644 --- a/src/Mobs/Ocelot.h +++ b/src/Mobs/Ocelot.h @@ -13,7 +13,7 @@ class cOcelot : typedef cPassiveMonster super; public: - cOcelot(void) : + cOcelot(CreateMonsterInfo a_Info) : super("Ocelot", mtOcelot, "mob.cat.hitt", "mob.cat.hitt", 0.6, 0.8) { } |