diff -r 7f29a65aa1e4 -r 0f6878b5395a hedgewars/uGame.pas --- a/hedgewars/uGame.pas Mon Feb 10 00:43:03 2014 +0400 +++ b/hedgewars/uGame.pas Mon Feb 10 23:02:49 2014 +0400 @@ -27,7 +27,7 @@ implementation //////////////////// uses uInputHandler, uTeams, uIO, uAI, uGears, uSound, uLocale, uCaptions, - uTypes, uVariables, uCommands, uConsts, uVisualGearsList + uTypes, uVariables, uCommands, uConsts, uVisualGearsList, uUtils {$IFDEF USE_TOUCH_INTERFACE}, uTouch{$ENDIF}; procedure DoGameTick(Lag: LongInt);