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

Comparing oup/current/FileClasses/TXAN.pas (file contents):
Revision 233 by alloc, Fri Jun 29 12:38:24 2007 UTC vs.
Revision 234 by alloc, Fri Jun 29 17:23:56 2007 UTC

# Line 46 | Line 46 | begin
46  
47      arrargs.CounterSize := 2;
48      arrargs.BlockLength := 4;
49 <    with AddField(TArray, $1C, 'AnimTextures array', '', @arrargs) do
49 >    with TArray(AddField(TArray, $1C, 'AnimTextures array', '', @arrargs)) do
50      begin
51        AddField(TLinkByID, $00, 'Texture', '', nil);
52      end;

Diff Legend

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