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/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.hpp') diff --git a/include/world.hpp b/include/world.hpp index 570cc9d..059efa3 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -148,7 +148,7 @@ public: static float isAboveGround(const vec2& p); //const; - void receive(const BGMToggleEvent &bte); + bool receive(const BGMToggleEvent &bte); void update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt) override; static void render(void); -- cgit v1.2.3