hedgewars/uGame.pas
changeset 2948 3f21a9dc93d0
parent 2814 71e80c6e74bb
child 3407 dcc129c4352e
--- a/hedgewars/uGame.pas	Sat Mar 06 10:54:24 2010 +0000
+++ b/hedgewars/uGame.pas	Sat Mar 06 10:59:20 2010 +0000
@@ -34,11 +34,11 @@
 begin
 if isPaused then exit;
 if (not CurrentTeam^.ExtDriven) then
-	begin
-	NetGetNextCmd; // its for the case of receiving "/say" message
-	isInLag:= false;
-	SendKeepAliveMessage(Lag)
-	end;
+    begin
+    NetGetNextCmd; // its for the case of receiving "/say" message
+    isInLag:= false;
+    SendKeepAliveMessage(Lag)
+    end;
 if Lag > 100 then Lag:= 100
 else if (GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) then Lag:= 2500;
 if (GameType = gmtDemo) and isSpeed then Lag:= Lag * 10;