oops
authorunc0rr
Sun, 01 Mar 2009 17:31:09 +0000
changeset 1851 b3b07f16a70d
parent 1850 a0332e79fdc9
child 1852 fa04a27005c3
oops
hedgewars/uConsole.pas
--- a/hedgewars/uConsole.pas	Sun Mar 01 17:30:10 2009 +0000
+++ b/hedgewars/uConsole.pas	Sun Mar 01 17:31:09 2009 +0000
@@ -105,9 +105,6 @@
 	for t:= 1 to Pred(i) do
 		if (a[t] >= 'A')and(a[t] <= 'Z') then Inc(a[t], 32);
 	b:= copy(a, i + 1, Length(a) - i);
-	while (b[0] <> #0) do
-		Delete(b, 1, 1);
-	
 	byte(a[0]):= Pred(i)
 	end else b:= '';
 end;