fixes node timer bug (fixes #407). 417/head
authorJürgen Doser <jurgen.doser@gmail.com>
Fri, 11 Jan 2013 17:52:00 +0000 (18:52 +0100)
committerJürgen Doser <jurgen.doser@gmail.com>
Fri, 11 Jan 2013 17:59:27 +0000 (18:59 +0100)
commit076f13cc01916ea9942fcadeb1ec40924c8cde8b
treec519bbb7f91f395d317b751258a5eba13e61f932
parent8eb717d4d0d4131eb5b82a73b343c7309b1ebf47
fixes node timer bug (fixes #407).

Previously, when a block was activated, on_timer callbacks where
called with the relative position of the node inside the block,
instead of the absolute position of the node.
src/environment.cpp