merge
authorunc0rr
Sat, 25 Jun 2011 16:40:29 +0400
changeset 5305 370989a1ddf0
parent 5302 eaa445230124 (current diff)
parent 5303 e06bf3954a83 (diff)
child 5307 dd53755e0fca
child 5308 c57a8878eebe
merge
--- a/hedgewars/uCaptions.pas	Sat Jun 25 16:39:54 2011 +0400
+++ b/hedgewars/uCaptions.pas	Sat Jun 25 16:40:29 2011 +0400
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  *)
+ 
+{$INCLUDE "options.inc"}
 
 unit uCaptions;
 
@@ -58,7 +60,7 @@
     offset: LongInt;
 begin
 {$IFDEF IPHONEOS}
-    offset:= 40;
+    offset:= 48;
 {$ELSE}
     offset:= 8;
 {$ENDIF}