summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Cow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Cow.h')
-rw-r--r--src/Mobs/Cow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Cow.h b/src/Mobs/Cow.h
index 8814b7e09..fad1d0cda 100644
--- a/src/Mobs/Cow.h
+++ b/src/Mobs/Cow.h
@@ -13,7 +13,7 @@ class cCow :
typedef cPassiveMonster super;
public:
- cCow();
+ cCow(CreateMonsterInfo a_Info);
CLASS_PROTODEF(cCow)