ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/TxmpReplace.pas
(Generate patch)

Comparing oup/current/Tools/TxmpReplace.pas (file contents):
Revision 194 by alloc, Sat May 26 18:26:48 2007 UTC vs.
Revision 195 by alloc, Sat May 26 18:31:36 2007 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)