hedgewars/uVariables.pas
branchtransitional_engine
changeset 15901 f39f0f614dbf
parent 15900 128ace913837
child 15975 2146cb7be36f
equal deleted inserted replaced
15900:128ace913837 15901:f39f0f614dbf
  2587             ejectX: 10;
  2587             ejectX: 10;
  2588             ejectY: -5)
  2588             ejectY: -5)
  2589         );
  2589         );
  2590 
  2590 
  2591 var
  2591 var
  2592     LandPixels: TLandArray;
       
  2593     LandDirty: TDirtyTag;
  2592     LandDirty: TDirtyTag;
  2594     hasBorder: boolean;
  2593     hasBorder: boolean;
  2595     hasGirders: boolean;
  2594     hasGirders: boolean;
  2596     playHeight, playWidth, leftX, rightX, topY: LongInt;  // idea is that a template can specify height/width.  Or, a map, a height/width by the dimensions of the image.  If the map has pixels near top of image, it triggers border.
  2595     playHeight, playWidth, leftX, rightX, topY: LongInt;  // idea is that a template can specify height/width.  Or, a map, a height/width by the dimensions of the image.  If the map has pixels near top of image, it triggers border.
  2597 	MaxHedgehogs: LongWord;
  2596 	MaxHedgehogs: LongWord;