diff -r a1fcfc341a52 -r 83ef50815535 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Wed Nov 17 17:22:36 2010 +0300 +++ b/hedgewars/uWorld.pas Wed Nov 17 17:45:55 2010 +0300 @@ -51,7 +51,22 @@ procedure MoveCamera; implementation -uses uStore, uMisc, uTeams, uIO, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand, GLunit; +uses + uStore, + uMisc, + uTeams, + uIO, + uKeys, + uLocale, + uSound, + uAmmos, + uVisualGears, + uChat, + uLandTexture, + uLand, + GLunit, + uVariables + ; type TCaptionStr = record Tex: PTexture;