close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Aug 17, 2014, 2:10:09 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Cell Pos which was index in 2D array was changed to PosPx which is 2D pixel position in map.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r46 r52  
    299299    if Assigned(Cell) then begin
    300300      Core.Game.CurrentPlayer.View.FocusedCell := Cell;
    301       StatusBar1.Panels[0].Text := '[' + IntToStr(Cell.Pos.X) + ', ' + IntToStr(Cell.Pos.Y) +
     301      StatusBar1.Panels[0].Text := '[' + IntToStr(Cell.PosPx.X) + ', ' + IntToStr(Cell.PosPx.Y) +
    302302        '] (' + IntToStr(Cell.MovesFrom.Count) + ', ' + IntToStr(Cell.MovesTo.Count) + ')';
    303303    end else begin
Note: See TracChangeset for help on using the changeset viewer.