diff -r b6a69c0bc541 -r 48317632b3a9 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