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/UMapForm.pas

    r21 r24  
    3030
    3131uses
    32   UCore;
     32  UCore, UMainForm;
    3333
    3434{ TMapForm }
     
    3737begin
    3838  Image1.Picture.Bitmap.SetSize(Image1.Width, Image1.Height);
    39   Engine.World.DrawToBitmap(Image1.Picture.Bitmap);
     39  MainForm.Engine.World.DrawToBitmap(Image1.Picture.Bitmap);
    4040end;
    4141
Note: See TracChangeset for help on using the changeset viewer.