diff -r 69ece5fdec49 -r 3e031b3b33e6 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Sat Oct 27 14:28:52 2012 +0200 +++ b/hedgewars/uGame.pas Sat Oct 27 14:50:38 2012 +0200 @@ -28,7 +28,7 @@ //////////////////// uses uInputHandler, uTeams, uIO, uAI, uGears, uSound, uMobile, uVisualGears, uTypes, uVariables, uCommands, uConsts - {$IFDEF SDL13}, uTouch{$ENDIF}; + {$IFDEF USE_TOUCH_INTERFACE}, uTouch{$ENDIF}; procedure DoGameTick(Lag: LongInt); var i: LongInt;