diff -r c3b11f913145 -r 76e68c136a11 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Thu Jun 27 14:06:33 2013 +0400 +++ b/hedgewars/uGame.pas Thu Jun 27 14:37:03 2013 +0400 @@ -27,7 +27,7 @@ implementation //////////////////// uses uInputHandler, uTeams, uIO, uAI, uGears, uSound, uLocale, uCaptions, - uVisualGears, uTypes, uVariables, uCommands, uConsts + uVisualGears, uTypes, uVariables, uCommands, uConsts, uVisualGearsList {$IFDEF USE_TOUCH_INTERFACE}, uTouch{$ENDIF}; procedure DoGameTick(Lag: LongInt);