hedgewars/uConsts.pas
changeset 2619 bc2786a00fb8
parent 2603 abed6070a669
child 2630 079ef82eac75
equal deleted inserted replaced
2618:23ee71bd049b 2619:bc2786a00fb8
  1556 			PosCount: 1;
  1556 			PosCount: 1;
  1557 			PosSprite: sprWater)
  1557 			PosSprite: sprWater)
  1558 			);
  1558 			);
  1559 
  1559 
  1560 
  1560 
  1561 const convFormat: TSDL_PixelFormat = (
  1561 const conversionFormat: TSDL_PixelFormat = (
  1562 	palette: nil;
  1562 	palette: nil;
  1563 	BitsPerPixel : 32;
  1563 	BitsPerPixel : 32;
  1564 	BytesPerPixel: 4;
  1564 	BytesPerPixel: 4;
  1565 	Rloss : 0;
  1565 	Rloss : 0;
  1566 	Gloss : 0;
  1566 	Gloss : 0;