Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1861 → Rev 1860

/programs/games/snake/trunk/snake.asm
358,9 → 358,7
add eax, 5*2 ; skin width
mov esi, eax
test [proc_info.wnd_state], 0x01
jz @f
mov eax, [proc_info.box.width]
@@:
cmovnz eax, [proc_info.box.width]
mov [window_width], eax
 
sub eax, [gw_mul_gs]
378,9 → 376,7
add eax, 5 ; skin height (bottom part)
mov edi, eax
test [proc_info.wnd_state], 0x01
jz @f
mov eax, [proc_info.box.height]
@@:
cmovnz eax, [proc_info.box.height]
mov [window_height], eax
 
sub eax, [gh_mul_gs]