free3d corrected window for different skin width

git-svn-id: svn://kolibrios.org@2494 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-03-22 12:50:02 +00:00
parent 4ccaa332b3
commit 2dedf37692

View File

@ -417,9 +417,11 @@ finish:
align 4
draw_window:
mcall 12,1
xor eax,eax
xor esi,esi
mcall ,<50,649>,<50,506>,0x74ffffff,,title
mcall 48, 4
lea ecx, [50*65536+484+eax]; [y start] *65536 + [y size] + [skin_height]
mcall 0,<50,649>,,0x34,,title
mcall 12,2
ret
;---------------------------------------------------------------------