Ignore:
Timestamp:
Sep 28, 2011, 9:14:55 PM (13 years ago)
Author:
george
Message:
  • Fixed: Up to eight possible players with different colors.
  • Fixed: Damage done to correct player shield.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UNewGameForm.pas

    r23 r24  
    3434
    3535uses
    36   UCore;
     36  UCore, UMainForm;
    3737
    3838{$R *.lfm}
     
    6060    BeginUpdate;
    6161    Clear;
    62     for I := 0 to Engine.PlayerPool.Count - 1 do
    63     with TPlayer(Engine.PlayerPool[I]) do begin
     62    for I := 0 to MainForm.Engine.PlayerPool.Count - 1 do
     63    with TPlayer(MainForm.Engine.PlayerPool[I]) do begin
    6464      NewItem := Items.Add;
    6565      NewItem.Caption := Name;
Note: See TracChangeset for help on using the changeset viewer.