prevent edge bindings from activating while they are activating

ticket #1469


SVN revision: 76386
This commit is contained in:
Mike Blumenkrantz 2012-09-10 09:42:51 +00:00
parent 05ed922ca5
commit d3ab905f13
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ noflip:
if (!ok) return;
binding = e_bindings_edge_get("desk_flip_in_direction", edge, 0);
if (!binding) binding = e_bindings_edge_get("desk_flip_by", edge, 0);
if (binding)
if (binding && (!binding->timer))
{
zev = E_NEW(E_Event_Zone_Edge, 1);
zev->zone = zone;