hedgewars/uVariables.pas
changeset 14282 6015b74eea55
parent 14196 ab5e710d353d
child 14306 12e7442e4034
equal deleted inserted replaced
14281:e754b516cc35 14282:6015b74eea55
  2459     Land: TCollisionArray;
  2459     Land: TCollisionArray;
  2460     LandPixels: TLandArray;
  2460     LandPixels: TLandArray;
  2461     LandDirty: TDirtyTag;
  2461     LandDirty: TDirtyTag;
  2462     hasBorder: boolean;
  2462     hasBorder: boolean;
  2463     hasGirders: boolean;
  2463     hasGirders: boolean;
  2464     playHeight, playWidth, leftX, rightX, topY, MaxHedgehogs: Longword;  // 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.
  2464     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.
       
  2465 	MaxHedgehogs: LongWord;
  2465     LandBackSurface: PSDL_Surface;
  2466     LandBackSurface: PSDL_Surface;
  2466     CurAmmoGear: PGear;
  2467     CurAmmoGear: PGear;
  2467     lastGearByUID: PGear;
  2468     lastGearByUID: PGear;
  2468     GearsList: PGear;
  2469     GearsList: PGear;
  2469     AllInactive: boolean;
  2470     AllInactive: boolean;