summaryrefslogtreecommitdiffstats
path: root/src/Mobs/EnderDragon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/EnderDragon.h')
-rw-r--r--src/Mobs/EnderDragon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/EnderDragon.h b/src/Mobs/EnderDragon.h
index 1d4cd657c..30d1acf2e 100644
--- a/src/Mobs/EnderDragon.h
+++ b/src/Mobs/EnderDragon.h
@@ -13,7 +13,7 @@ class cEnderDragon :
typedef cAggressiveMonster super;
public:
- cEnderDragon(void);
+ cEnderDragon(CreateMonsterInfo a_Info);
CLASS_PROTODEF(cEnderDragon)