Subversion Repositories Kolibri OS

Rev

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

Rev 2462 Rev 2487
Line 531... Line 531...
531
		stdcall el_get_leg_coords,esi,0 ;ãáâ ­®¢ª  ¯ à ¬¥â஢ 0-© ­®£¨
531
		stdcall el_get_leg_coords,esi,0 ;ãáâ ­®¢ª  ¯ à ¬¥â஢ 0-© ­®£¨
532
		add eax,[Cor_x]
532
		add eax,[Cor_x]
533
		add ebx,[Cor_y]
533
		add ebx,[Cor_y]
534
		movzx esi,byte[esi+8]
534
		movzx esi,byte[esi+8]
535
		stdcall move_rotate_n90, 1,0,esi
535
		stdcall move_rotate_n90, 1,0,esi
536
		mov edx,el_offs_legs_inp
-
 
537
		inc edx
536
		mov edx,1
538
		@@:
537
		@@:
539
			stdcall [buf2d_set_pixel], buf_0, eax,ebx,dword[edi+el_offs_col]
538
			stdcall [buf2d_set_pixel], buf_0, eax,ebx,dword[edi+el_offs_col]
-
 
539
			mov ecx,[edi+el_offs_legs_inp]
540
			movzx ecx,byte[edi+edx]
540
			movzx ecx,byte[ecx+edx]
541
			cmp ecx,0
541
			cmp ecx,0
542
			je @f
542
			je @f
543
			stdcall move_rotate_n90, 0,ecx,esi
543
			stdcall move_rotate_n90, 0,ecx,esi
544
			inc edx
544
			inc edx
545
			jmp @b
545
			jmp @b