summaryrefslogtreecommitdiff
path: root/lib/input_handlers.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-10-12 22:21:17 -0700
committerJosh Blum2012-10-12 22:21:17 -0700
commitf9c854d3cdd0a9337b41842d15a13d6df4ece408 (patch)
tree466b1cc8e1470d7e202f1722e93196468d25fa19 /lib/input_handlers.cpp
parent9681d80c37794d66fd8a171efb4b047306b937d3 (diff)
downloadsandhi-f9c854d3cdd0a9337b41842d15a13d6df4ece408.tar.gz
sandhi-f9c854d3cdd0a9337b41842d15a13d6df4ece408.tar.bz2
sandhi-f9c854d3cdd0a9337b41842d15a13d6df4ece408.zip
working on qa passing, temp input accumulation logic
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r--lib/input_handlers.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/input_handlers.cpp b/lib/input_handlers.cpp
index 574aee4..30bb613 100644
--- a/lib/input_handlers.cpp
+++ b/lib/input_handlers.cpp
@@ -60,6 +60,11 @@ void BlockActor::handle_input_check(const InputCheckMessage &message, const Ther
{
this->mark_done();
}
+ //or re-enter handle task so forecast logic can mark done
+ else
+ {
+ this->handle_task();
+ }
}
void BlockActor::handle_input_alloc(const InputAllocMessage &message, const Theron::Address)