diff --git a/programs/system/mousemul/trunk/mousemul.asm b/programs/system/mousemul/trunk/mousemul.asm index a54788daa2..4bb5337200 100644 --- a/programs/system/mousemul/trunk/mousemul.asm +++ b/programs/system/mousemul/trunk/mousemul.asm @@ -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