Changeset 131 for trunk/UItems.pas


Ignore:
Timestamp:
May 1, 2023, 4:54:56 PM (13 months ago)
Author:
chronos
Message:
  • Fixed: More game properties correctly saved and loaded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UItems.pas

    r128 r131  
    118118begin
    119119  Node2 := Node.FirstChild;
    120   while Assigned(Node2) and (Node2.NodeName = DOMString(TItem.GetClassSysName)) do begin
     120  while Assigned(Node2) and (Node2.NodeName = DOMString(T.GetClassSysName)) do begin
    121121    RefId := StrToInt(string(Node.TextContent));
    122122    NewItem := Target.FindById(RefId);
Note: See TracChangeset for help on using the changeset viewer.