Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2060 → Rev 2061

/programs/games/snake/trunk/level.asm
19,6 → 19,8
call Set_geometry
mcall 12,1
mcall 0, , ,[window_style], ,window_title
test [proc_info.wnd_state], 0x04 ; is rolled up?
jnz Pause_mode
call Draw_decorations
call Draw_stones
25,7 → 27,6
call Draw_snake
call Draw_eat
call Draw_level_strings
 
mcall 12,2
.still: