Fix f.37.4 - LOAD_INDIRECT sets the correct hotspot of cursor is now.
git-svn-id: svn://kolibrios.org@2483 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
792bc24b21
commit
3e1a592489
@ -384,8 +384,8 @@ align 4
|
|||||||
shr ebx, 16
|
shr ebx, 16
|
||||||
movzx ecx, bh
|
movzx ecx, bh
|
||||||
movzx edx, bl
|
movzx edx, bl
|
||||||
mov [eax+CURSOR.hot_x], ecx
|
mov [edi+CURSOR.hot_x], ecx
|
||||||
mov [eax+CURSOR.hot_y], edx
|
mov [edi+CURSOR.hot_y], edx
|
||||||
|
|
||||||
xchg edi, eax
|
xchg edi, eax
|
||||||
mov ecx, 1024
|
mov ecx, 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user