diff -r 302408e45052 -r 5073285b6599 hedgewars/uTouch.pas --- a/hedgewars/uTouch.pas Mon Sep 26 01:16:15 2011 +0200 +++ b/hedgewars/uTouch.pas Mon Sep 26 01:32:48 2011 +0200 @@ -22,7 +22,7 @@ interface -uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit, uCommandHandlers; +uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit; type PTouch_Finger = ^Touch_Finger;