From fcb62ac7dd37fba5c9437d2a96a8fa3f27ae0efc Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 19 May 2014 17:43:30 -0400 Subject: [PATCH] sticky: Fix handling of rapid input --- plugins/embark-tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/embark-tools.cpp b/plugins/embark-tools.cpp index 0c2781d05..1eb7f0198 100644 --- a/plugins/embark-tools.cpp +++ b/plugins/embark-tools.cpp @@ -218,7 +218,7 @@ struct choose_start_site_hook : df::viewscreen_choose_start_sitest default: is_motion = false; } - if (is_motion) + if (is_motion && !sticky_moved) { sticky_save(screen); sticky_moved = true;