and of course fix build for sdl 1.2
authorkoda
Fri, 17 Feb 2012 09:33:03 +0100
changeset 6694 48317632b3a9
parent 6693 b6a69c0bc541
child 6695 32de8965c62c
and of course fix build for sdl 1.2
hedgewars/uTypes.pas
--- a/hedgewars/uTypes.pas	Thu Feb 16 23:20:49 2012 +0100
+++ b/hedgewars/uTypes.pas	Fri Feb 17 09:33:03 2012 +0100
@@ -442,6 +442,7 @@
         moveAnim: TWidgetMovement;
         end;
 
+{$IFDEF SDL13}
     PTouch_Data = ^TTouch_Data;
     TTouch_Data = record
         id                       : TSDL_FingerId;
@@ -450,6 +451,7 @@
         historicalX, historicalY : LongInt;
         timeSinceDown            : Longword;
         end;
+{$ENDIF}
 
 implementation