summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Giant.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Giant.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/Giant.h b/src/Mobs/Giant.h
index 70e93894c..f1734437b 100644
--- a/src/Mobs/Giant.h
+++ b/src/Mobs/Giant.h
@@ -1,16 +1,16 @@
#pragma once
-#include "AggressiveMonster.h"
+#include "Monster.h"
class cGiant :
- public cAggressiveMonster
+ public cMonster
{
- typedef cAggressiveMonster super;
+ typedef cMonster super;
public:
cGiant(void);