summaryrefslogtreecommitdiff
path: root/src/product
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2015-07-16 13:31:42 -0600
committerBdale Garbee <bdale@gag.com>2015-07-16 13:31:42 -0600
commit6e9bb9178356620bd47d9f2e31abf42b7f1a8f11 (patch)
tree6f04b5500462d1f6e26ebcba58c5e9cd56afd442 /src/product
parente2cefd8593d269ce603aaf33f4a53a5c2dcb3350 (diff)
parent87c8bb3956897830da1f7aaca2990a9571767b73 (diff)
Merge branch 'master' into branch-1.6
Diffstat (limited to 'src/product')
-rw-r--r--src/product/ao_terraui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/product/ao_terraui.c b/src/product/ao_terraui.c
index 8fd97033..1e7b5dcd 100644
--- a/src/product/ao_terraui.c
+++ b/src/product/ao_terraui.c
@@ -539,9 +539,7 @@ ao_terraui(void)
else
ao_terraui_page[ao_current_page]();
- ao_alarm(AO_SEC_TO_TICKS(1));
- b = ao_button_get();
- ao_clear_alarm();
+ b = ao_button_get(AO_SEC_TO_TICKS(1));
if (b > 0) {
ao_beep_for(AO_BEEP_HIGH, AO_MS_TO_TICKS(10));