Changeset 47 for trunk/tunneler.lpr


Ignore:
Timestamp:
Apr 24, 2019, 11:41:52 AM (5 years ago)
Author:
chronos
Message:
  • Added: Enable player checkbox.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r44 r47  
    1111  Forms, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils,
    1212  Common,
    13   UNewGameForm, UMainForm, UMapForm, UGameResultForm, UCore
     13  UFormNewGame, UMainForm, UMapForm, UGameResultForm, UCore
    1414  { you can add units after this };
    1515
     
    3333  Application.CreateForm(TMainForm, MainForm);
    3434  Application.CreateForm(TMapForm, MapForm);
    35   Application.CreateForm(TNewGameForm, NewGameForm);
     35  Application.CreateForm(TFormNewGame, FormNewGame);
    3636  Application.CreateForm(TGameResultForm, GameResultForm);
    3737  {$IFDEF DEBUG}
Note: See TracChangeset for help on using the changeset viewer.