--- 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;