Changeset 68 for trunk/UGame.pas


Ignore:
Timestamp:
Sep 28, 2014, 2:36:03 PM (10 years ago)
Author:
chronos
Message:
  • Added: Option to change animation speed.
  • Fixed: Shifted view during computer turn.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r67 r68  
    10921092begin
    10931093  SourceRect := Source.SourceRect;
    1094   DestRect := Source.DestRect;
    1095   Zoom := Source.Zoom;
     1094  FDestRect := Source.DestRect;
     1095  FZoom := Source.Zoom;
    10961096  SelectedCell := Source.SelectedCell;
    10971097  FocusedCell := Source.FocusedCell;
Note: See TracChangeset for help on using the changeset viewer.