From b1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 30 Jul 2017 11:02:39 -0400 Subject: event feature work; ozone bgm redone --- include/systems/dialog.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/systems/dialog.hpp') diff --git a/include/systems/dialog.hpp b/include/systems/dialog.hpp index 407f043..9fd3b90 100644 --- a/include/systems/dialog.hpp +++ b/include/systems/dialog.hpp @@ -8,7 +8,7 @@ class DialogSystem : public entityx::System, public entityx::Receiver { public: void configure(entityx::EventManager&); - void receive(const MouseClickEvent&); + bool receive(const MouseClickEvent&); void update(entityx::EntityManager&, entityx::EventManager&, entityx::TimeDelta) override; }; -- cgit v1.2.3