| # | Line 164 | Line 164 | begin | |
|---|---|---|
| 164 | ConManager.Connection[ConnectionID].UpdateRawFile(fileid, $9C, mem); | |
| 165 | end; | |
| 166 | ||
| 167 | – | datbyte := $00; |
| 167 | if check_fading.Checked then | |
| 168 | < | datbyte := datbyte or $01; |
| 168 | > | oldfading := oldfading or $01 |
| 169 | > | else |
| 170 | > | oldfading := oldfading and (not Byte($01)); |
| 171 | ConManager.Connection[ConnectionID].UpdateDatFilePart(fileid, $88, 1, @datbyte); | |
| 172 | datbyte := $10; | |
| 173 | // if check_transparency.Checked then | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |