Fix build with fasm 1.71.40+

git-svn-id: svn://kolibrios.org@6831 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2017-01-19 03:01:25 +00:00
parent 64de333a2a
commit 6b388af831

View File

@ -111,14 +111,14 @@ r1: mov [picks+4],edx ; update right pick color
mov eax,2 ; just read it and ignore
mcall
cmp al,0 ; key in buffer?
je k1 ; yep
je .k1 ; yep
jmp still
k1: cmp ah,'H' ; cap H ?
je k2 ; yep
.k1:cmp ah,'H' ; cap H ?
je .k2 ; yep
cmp ah,'h' ; locase h ?
je k2 ; yep
je .k2 ; yep
jmp still
k2: call help ; show help screen
.k2:call help ; show help screen
jmp still
button: ; button