Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2060 → Rev 2061

/programs/games/snake/trunk/game_over.asm
36,13 → 36,14
call Set_geometry
mcall 12,1
mcall 0, , ,[window_style], ,window_title
test [proc_info.wnd_state], 0x04 ; is rolled up?
jnz @f
 
call Draw_decorations
call Draw_game_over_picture
call Draw_game_over_strings ; edit_box is here
 
mcall 12,2
 
@@:
.still:
mcall 10 ; wait for event
; ok, what an event?