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

Changeset 145 for trunk/xtactics.lpr


Ignore:
Timestamp:
Nov 12, 2017, 1:47:20 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Do not create settings form on application start but just if form is opened.
  • Fixed: Removed various compilation warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r128 r145  
    1111  TemplateGenerics, UFormPlayer
    1212  { you can add units after this },
    13   SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew, UFormAbout,
    14   UFormHelp, UMap, UFormCharts;
     13  SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts;
    1514
    1615{$R *.res}
     
    3635  Application.CreateForm(TFormMove, FormMove);
    3736  Application.CreateForm(TFormPlayer, FormPlayer);
    38   Application.CreateForm(TFormSettings, FormSettings);
    3937  Application.CreateForm(TFormCharts, FormCharts);
    4038  Application.Run;
Note: See TracChangeset for help on using the changeset viewer.