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 236 by alloc, Fri Jul 13 23:15:47 2007 UTC vs.
Revision 237 by alloc, Sat Jul 14 14:18:23 2007 UTC

# Line 33 | Line 33 | begin
33      AddField(TInt, 'Unknown', '', [2]);
34      AddField(TUnused, 'Unused', '', [2]);
35  
36 <    with TArray(AddField(TArray, 'AnimTextures array', '', [4, 0])) do
36 >    with TArray(AddField(TArray, 'AnimTextures array', '', [4])) do
37      begin
38        AddField(TLinkByID, 'Texture', '', ['*']);
39        SetCount;

Diff Legend

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