unvwater: transparent background

git-svn-id: svn://kolibrios.org@2027 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-07-26 16:53:35 +00:00
parent 5b40b9ed8a
commit bef2abbb7c

View File

@ -108,8 +108,7 @@ button:
jmp MAIN
draw_window:
start_draw_window 100,70,SCREEN_WIDTH+10,SCREEN_HEIGHT+5,0x14224466,labelt;, 14;labellen-labelt
mov dword [skin_h], eax
start_draw_window 100,70,SCREEN_WIDTH+9,SCREEN_HEIGHT+4,0x74224466,labelt;, 14;labellen-labelt
end_draw_window
ret
@ -131,8 +130,8 @@ copy_buffer_to_video:
mov ebx, dword [delay]
int 0x40
mov eax, dword [skin_h]
lea edx, [5*65536+eax]
mov eax, 0 ;dword [skin_h]
lea edx, [0*65536+eax]
mov eax, 65
mov ebx, img