hedgewars/uGears.pas
changeset 917 e59614bffc3f
parent 915 33040b7695c0
child 924 227f9fcdc2f4
--- a/hedgewars/uGears.pas	Thu May 08 18:38:52 2008 +0000
+++ b/hedgewars/uGears.pas	Thu May 08 20:30:34 2008 +0000
@@ -451,11 +451,11 @@
 				end;
 
 if (not CurrentTeam^.ExtDriven) and
-   ((GameTicks and $FFFF) = $FFFF) then
-   begin
-   SendIPCTimeInc;
-   inc(hiTicks) // we do not recieve a message for this
-   end;
+	((GameTicks and $FFFF) = $FFFF) then
+	begin
+	SendIPCTimeInc;
+	inc(hiTicks) // we do not recieve a message for this
+	end;
 
 inc(GameTicks)
 end;