aboutsummaryrefslogtreecommitdiffstats
path: root/include/attack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/attack.hpp')
-rw-r--r--include/attack.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attack.hpp b/include/attack.hpp
index 37025e1..941e3d7 100644
--- a/include/attack.hpp
+++ b/include/attack.hpp
@@ -47,7 +47,7 @@ public:
ev.subscribe<AttackEvent>(*this);
}
- void receive(const AttackEvent& ae);
+ bool receive(const AttackEvent& ae);
void update(entityx::EntityManager& en, entityx::EventManager& ev, entityx::TimeDelta dt) override;
static void render(void);
};