Changeset 592 for trunk/GameServer.pas


Ignore:
Timestamp:
Aug 10, 2024, 3:40:04 PM (6 weeks ago)
Author:
chronos
Message:
  • Fixed: Avoided more GTK2 chrashes.
  • Fixed: Build StdAI with O1 optimization level to avoid crash.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GameServer.pas

    r591 r592  
    331331        NullOffer.nCost := 0;
    332332        Server(scDipOffer, pDipActive, 0, NullOffer);
    333       end
    334     end
     333      end;
     334    end;
    335335end;
    336336
     
    10311031    with RW[pTurn].City[cix] do
    10321032      if Loc >= 0 then begin
    1033         // if SavedResourceWeights[cix] <> ResourceWeights then Result := true;
     1033        // if SavedResourceWeights[cix] <> ResourceWeights then Result := True;
    10341034        if SavedTiles[cix] <> Tiles then begin
    10351035          Result := True;
Note: See TracChangeset for help on using the changeset viewer.