Ignore:
Timestamp:
May 6, 2020, 9:54:34 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Made MiniMap separate class for better code readability and abstraction.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/ScreenTools.pas

    r182 r187  
    170170  nGrExt: Integer;
    171171  GrExt: array [0 .. nGrExtmax - 1] of ^TGrExtDescr;
    172   HGrSystem, HGrSystem2, ClickFrameColor, MainTextureAge: Integer;
     172  HGrSystem: Integer;
     173  HGrSystem2: Integer;
     174  ClickFrameColor: Integer;
     175  MainTextureAge: Integer;
    173176  MainTexture: TTexture;
    174   Templates, Colors, Paper, BigImp, LogoBuffer: TBitmap;
    175   FullScreen, GenerateNames, InitOrnamentDone, Phrases2FallenBackToEnglish: Boolean;
     177  Templates: TBitmap;
     178  Colors: TBitmap;
     179  Paper: TBitmap;
     180  BigImp: TBitmap;
     181  LogoBuffer: TBitmap;
     182  FullScreen: Boolean;
     183  GenerateNames: Boolean;
     184  InitOrnamentDone: Boolean;
     185  Phrases2FallenBackToEnglish: Boolean;
    176186
    177187  UniFont: array [TFontType] of TFont;
Note: See TracChangeset for help on using the changeset viewer.