# HG changeset patch # User koda # Date 1329467583 -3600 # Node ID 48317632b3a9c41e536643bae4beda1aa5a86448 # Parent b6a69c0bc541f4ce150d061052ef018c37cb1f15 and of course fix build for sdl 1.2 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