summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Giant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Giant.h')
-rw-r--r--src/Mobs/Giant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/Giant.h b/src/Mobs/Giant.h
index 8d3060940..70e93894c 100644
--- a/src/Mobs/Giant.h
+++ b/src/Mobs/Giant.h
@@ -11,12 +11,12 @@ class cGiant :
public cAggressiveMonster
{
typedef cAggressiveMonster super;
-
+
public:
cGiant(void);
CLASS_PROTODEF(cGiant)
-
+
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override;
} ;