hedgewars/uTextures.pas
changeset 6467 090269e528df
parent 6394 f0a9042e7387
child 6580 6155187bf599
--- a/hedgewars/uTextures.pas	Mon Nov 28 23:14:11 2011 +0300
+++ b/hedgewars/uTextures.pas	Tue Nov 29 17:42:42 2011 +0400
@@ -119,6 +119,8 @@
     fromP4:= @(fromP4^[Surf^.pitch div 4])
     end;
 end;
+
+
 function Surface2Tex(surf: PSDL_Surface; enableClamp: boolean): PTexture;
 var tw, th, x, y: Longword;
     tmpp: pointer;