Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2525 → Rev 2526

/programs/games/pipes/pipes.asm
519,6 → 519,10
mov eax,8
movsx edx, byte [map]
add edx,9 ;button-id = map-pos + 10;gen_image inkrements
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