diff --git a/programs/system/cpu/trunk/cpu.asm b/programs/system/cpu/trunk/cpu.asm index 8b4d54e537..8b406bafe9 100644 --- a/programs/system/cpu/trunk/cpu.asm +++ b/programs/system/cpu/trunk/cpu.asm @@ -62,8 +62,12 @@ still: jnz still_end push dword edit1 call [edit_box_mouse] + push dword[check1+32] push dword check1 call [check_box_mouse] + pop eax + cmp eax, dword[check1+32] + jnz still_end jmp still still_end: