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

Changeset 183 for trunk/xtactics.lpr


Ignore:
Timestamp:
Feb 9, 2018, 10:33:18 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Units move handling was moved from Core to FormClient as it is game client related functionality.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r181 r183  
    3333  Application.CreateForm(TCore, Core);
    3434  Application.CreateForm(TFormMain, FormMain);
    35   Application.CreateForm(TFormMove, FormMove);
    36   Application.CreateForm(TFormPlayer, FormPlayer);
    3735  Application.Run;
    3836end.
Note: See TracChangeset for help on using the changeset viewer.