hedgewars/uMisc.pas
changeset 346 fc1e0a4f152c
parent 337 a46abb65eb0c
child 351 29bc9c36ad5f
--- a/hedgewars/uMisc.pas	Tue Jan 16 16:51:12 2007 +0000
+++ b/hedgewars/uMisc.pas	Tue Jan 16 22:13:58 2007 +0000
@@ -163,7 +163,8 @@
 
 function FloatToStr(n: Double): shortstring;
 begin
-str(n:5:5, Result)
+//str(n:5:5, Result)
+str(n, Result)
 end;
 
 {$IFNDEF FPC}