Changeset 44 for trunk/Database.pas


Ignore:
Timestamp:
Jan 9, 2017, 10:26:24 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Wrong AI win32 library location.
  • Fixed: Missing variables initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Database.pas

    r38 r44  
    16001600  if nAlive = 0 then
    16011601    exit;
     1602
     1603  for I := 0 to Length(StartLoc0) - 1 do
     1604    StartLoc0[I] := 0;
    16021605
    16031606  // calculate starting positions
     
    20492052begin
    20502053  Defender := Occupant[Loc];
     2054  Cost := 0;
    20512055  Cnt := 0;
    20522056  Det := -1;
Note: See TracChangeset for help on using the changeset viewer.