mousemul: small fix

git-svn-id: svn://kolibrios.org@2705 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-05-30 19:14:35 +00:00
parent 1930ba2b36
commit 83e9522c3f

View File

@ -34,6 +34,7 @@ start:
mov ebx,notifyapp
mcall
start1:
xor ebx,ebx
mcall 40
@@:
@ -65,7 +66,7 @@ key: ; key event handler
jnz @f
mov ebx,5
call hotkeys_common
jmp start
jmp start1
@@:
cmp al,2
jne still