summaryrefslogtreecommitdiffstats
path: root/src/Entities/Floater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/Floater.cpp')
-rw-r--r--src/Entities/Floater.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/Floater.cpp b/src/Entities/Floater.cpp
index 159429147..1a107d2f4 100644
--- a/src/Entities/Floater.cpp
+++ b/src/Entities/Floater.cpp
@@ -25,7 +25,7 @@ public:
m_HitEntity(NULL)
{
}
- virtual bool Item(cEntity * a_Entity) override
+ virtual bool Item(cEntity * a_Entity) /*override*/
{
if (!a_Entity->IsMob()) // Floaters can only pull mobs not other entities.
{
@@ -86,7 +86,7 @@ public:
{
}
- bool Item(cEntity * a_Entity) override
+ bool Item(cEntity * a_Entity) /*override*/
{
m_EntityExists = true;
return false;