Subversion Repositories Kolibri OS

Rev

Rev 1677 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1677 Rev 2061
Line 17... Line 17...
17
 
17
 
18
  .redraw:
18
  .redraw:
19
      call      Set_geometry
19
      call      Set_geometry
20
      mcall     12,1
20
      mcall     12,1
-
 
21
      mcall     0, , ,[window_style], ,window_title
-
 
22
    test [proc_info.wnd_state], 0x04		; is rolled up?
Line 21... Line 23...
21
      mcall     0, , ,[window_style], ,window_title
23
     jnz Pause_mode
22
    
24
   
23
      call      Draw_decorations
25
      call      Draw_decorations
24
      call      Draw_stones
26
      call      Draw_stones
25
      call      Draw_snake
27
      call      Draw_snake
26
      call      Draw_eat
-
 
27
      call      Draw_level_strings
28
      call      Draw_eat
Line 28... Line 29...
28
 
29
      call      Draw_level_strings
29
      mcall     12,2
30
      mcall     12,2
30
    
31