Effort to fix Pipes

git-svn-id: svn://kolibrios.org@2526 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-03-30 07:03:25 +00:00
parent 5f344577c8
commit ad3a539c49

View File

@ -519,7 +519,11 @@ pusha
mov eax,8
movsx edx, byte [map]
add edx,9 ;button-id = map-pos + 10;gen_image inkrements
add edx,0x50000000 ;no button image - no esi need
add edx,0x80000000 ;first delete previous button
mcall
movsx edx, byte [map]
add edx,9 ;button-id = map-pos + 10;gen_image inkrements
add edx,0x50000000 ;no button image - no esi need
mcall
pop edx
push ebx