From 643e94897ba5fab0570d118a7aafc7772949d4e3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 5 Sep 2017 12:54:48 -0400 Subject: saving inventory --- src/systems/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systems') diff --git a/src/systems/dialog.cpp b/src/systems/dialog.cpp index dd07ab8..ee7c834 100644 --- a/src/systems/dialog.cpp +++ b/src/systems/dialog.cpp @@ -144,7 +144,7 @@ bool DialogSystem::receive(const MouseClickEvent &mce) } } }); - return true; + return false; } void DialogSystem::update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt) -- cgit v1.2.3