diff options
Diffstat (limited to 'apps/action.c')
-rw-r--r-- | apps/action.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c index 2286e9fe29..9d66dd131b 100644 --- a/apps/action.c +++ b/apps/action.c | |||
@@ -1217,7 +1217,8 @@ bool action_userabort(int timeout) | |||
1217 | 1217 | ||
1218 | void action_wait_for_release(void) | 1218 | void action_wait_for_release(void) |
1219 | { | 1219 | { |
1220 | action_last.wait_for_release = true; | 1220 | if (!(action_last.button & BUTTON_REL)) |
1221 | action_last.wait_for_release = true; | ||
1221 | } | 1222 | } |
1222 | 1223 | ||
1223 | int get_action(int context, int timeout) | 1224 | int get_action(int context, int timeout) |