Subversion Repositories Kolibri OS

Rev

Rev 6362 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6362 Rev 6364
Line 28... Line 28...
28
	no_exit:
28
	no_exit:
Line 29... Line 29...
29
 
29
 
30
	mov [Current_instrument],eax
30
	mov [Current_instrument],eax
Line 31... Line -...
31
	call button_handler_main_menu
-
 
32
 
-
 
33
	; set cursor for current instrument
-
 
34
	pushad
-
 
35
 
-
 
36
	mov eax,CursorsID
-
 
37
	mov ebx,[Current_instrument]
-
 
38
 
-
 
39
	call set_cursor
-
 
40
	popad
31
	call button_handler_main_menu
41
 
32
 
Line 42... Line 33...
42
	cmp eax,10
33
	cmp eax,10
43
	jl still
34
	jl still