# HG changeset patch
# User koda
# Date 1258864110 0
# Node ID 8c6044bf1bb8665fd717b7a2dba5c4bac0660fdb
# Parent  3d1289184c14b666bb3f915903a6a80b23282124
fix build

diff -r 3d1289184c14 -r 8c6044bf1bb8 hedgewars/uMisc.pas
--- a/hedgewars/uMisc.pas	Sun Nov 22 01:50:38 2009 +0000
+++ b/hedgewars/uMisc.pas	Sun Nov 22 04:28:30 2009 +0000
@@ -132,7 +132,7 @@
 
 	AttackBar: LongInt = 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP
 
-var	i: LongInt;
+	i: LongInt;
 
 type HwColor4f = record
 	r, g, b, a: byte
@@ -544,10 +544,6 @@
 begin
 RectToStr:= '(x: ' + inttostr(rect.x) + '; y: ' + inttostr(rect.y) + '; w: ' + inttostr(rect.w) + '; h: ' + inttostr(rect.h) + ')'
 end;
-
-{$IFNDEF IPHONEOS}
-var i: LongInt;
-{$ENDIF}
 {$ENDIF}
 
 function doSurfaceConversion(tmpsurf: PSDL_Surface): PSDL_Surface;