aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-07-30 11:02:39 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-07-30 11:02:39 -0400
commitb1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 (patch)
tree83016b80294f6b7681093ae46aa55840b6fb9ec1 /include/world.hpp
parent69768fdc5050bbe5877bf80108584400ea292a4f (diff)
event feature work; ozone bgm redone
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
1 files changed, 1 insertions, 1 deletions
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);