Subversion Repositories Kolibri OS

Rev

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

Rev 6130 Rev 6513
Line 480... Line 480...
480
		call mnu_light_on_off
480
		call mnu_light_on_off
481
		jmp prop_still.end
481
		jmp prop_still.end
482
	@@:
482
	@@:
483
	cmp ah,9
483
	cmp ah,9
484
	jne @f
484
	jne @f
485
		call mnu_reset_settings
485
		call mnu_smooth_on_off
486
		jmp prop_still.end
486
		jmp prop_still.end
487
	@@:
487
	@@:
488
	cmp ah,10
488
	cmp ah,10
489
	jne @f
489
	jne @f
490
		call mnu_vertexes_select
490
		call mnu_reset_settings
491
		jmp prop_still.end
491
		jmp prop_still.end
492
	@@:
492
	@@:
493
	cmp ah,11
493
	cmp ah,11
494
	jne @f
494
	jne @f
495
		call mnu_vertexes_deselect
495
		call mnu_vertexes_select
496
		jmp prop_still.end
496
		jmp prop_still.end
497
	@@:
497
	@@:
498
	cmp ah,12
498
	cmp ah,12
499
	jne @f
499
	jne @f
500
		call mnu_reset_average_x
500
		call mnu_vertexes_deselect
501
		jmp prop_still.end
501
		jmp prop_still.end
502
	@@:
502
	@@:
503
	cmp ah,13
503
	cmp ah,13
504
	jne @f
504
	jne @f
505
		call mnu_reset_average_y
505
		call mnu_reset_average_x
506
		jmp prop_still.end
506
		jmp prop_still.end
507
	@@:
507
	@@:
508
	cmp ah,14
508
	cmp ah,14
509
	jne @f
509
	jne @f
-
 
510
		call mnu_reset_average_y
-
 
511
		jmp prop_still.end
-
 
512
	@@:
-
 
513
	cmp ah,15
-
 
514
	jne @f
510
		call mnu_reset_average_z
515
		call mnu_reset_average_z
511
		jmp prop_still.end
516
		jmp prop_still.end
512
	@@:
517
	@@:
Line 513... Line 518...
513
 
518