sticky: Fix handling of rapid input

develop
lethosor 2014-05-19 17:43:30 -04:00
parent da31bab419
commit fcb62ac7dd
1 changed files with 1 additions and 1 deletions

@ -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;