Subversion Repositories Kolibri OS

Rev

Rev 4268 | Rev 5665 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4268 Rev 4284
Line 121... Line 121...
121
    add eax, 4
121
    add eax, 4
122
    cmp eax, color21
122
    cmp eax, color21
123
    jne @b
123
    jne @b
Line 124... Line 124...
124
 
124
 
125
    call    draw_window
-
 
126
else
-
 
127
    mov   al,4
-
 
128
    mcall   ,<50,110> ,0x800000cc,label7        ;eax=4 - write text
125
    call    draw_window
Line 129... Line 126...
129
end if
126
end if
130
 
127
 
131
    invoke  ini_set_int,ini_file,asettings,aautosave,[autosave]
128
    invoke  ini_set_int,ini_file,asettings,aautosave,[autosave]
-
 
129
    cmp  [autosave],1
-
 
130
    jne   no_save
-
 
131
 
-
 
132
if fade=0
-
 
133
    mov   al,4
-
 
134
    mcall   ,<50,110> ,0x800000cc,label7        ;eax=4 - write text
132
    cmp  [autosave],1
135
end if
133
    jne   no_save
136
 
134
    mcall 70,rdsave
137
    mcall 70,rdsave
135
    test  eax,eax
138
    test  eax,eax
136
    js    no_save
139
    js    no_save