hedgewars/uMisc.pas
changeset 196 993cf173218b
parent 188 a7c2a61524c2
child 208 a049157d673a
--- a/hedgewars/uMisc.pas	Wed Oct 11 19:37:48 2006 +0000
+++ b/hedgewars/uMisc.pas	Thu Oct 12 18:52:00 2006 +0000
@@ -110,7 +110,6 @@
 var f: textfile;
 {$ENDIF}
 
-
 function hwSign(r: Double): integer;
 begin
 if r < 0 then Result:= -1 else Result:= 1