summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Villager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Villager.h')
-rw-r--r--src/Mobs/Villager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Villager.h b/src/Mobs/Villager.h
index d3a38dbf0..8f23f87f1 100644
--- a/src/Mobs/Villager.h
+++ b/src/Mobs/Villager.h
@@ -25,7 +25,7 @@ public:
vtMax
} ;
- cVillager(eVillagerType VillagerType);
+ cVillager(CreateMonsterInfo a_Info, eVillagerType VillagerType);
CLASS_PROTODEF(cVillager)