changeset 109:6e635bf5b7a7

fixed double-effect of ENTER button in divemode
author heinrichsweikamp
date Tue, 21 Dec 2010 09:39:23 +0100
parents 2a31948dbcb7
children 8aa8acada0fd
files code_part1/OSTC_code_asm_part1/divemode_menu.asm
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode_menu.asm	Mon Dec 20 20:42:20 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/divemode_menu.asm	Tue Dec 21 09:39:23 2010 +0100
@@ -58,6 +58,8 @@
 
 	btfsc	premenu
 	bra		test_switches_divemode2_2
+	btfsc	menubit
+	bra		test_switches_divemode2_2	; Not in Premenu or Menu...
 
 	bsf		toggle_customview	; Toggle customview (Cleared in customview.asm)
 	btfsc	standalone_simulator	; Standalone Simualtor active?