diff -r 6e641b5453f9 -r 1a6148b4de3b hedgewars/uFLGameConfig.pas --- a/hedgewars/uFLGameConfig.pas Tue Dec 01 23:37:10 2015 +0300 +++ b/hedgewars/uFLGameConfig.pas Tue Dec 01 23:40:38 2015 +0300 @@ -32,7 +32,7 @@ procedure sendConfig(config: PGameConfig); implementation -uses uFLIPC, uFLUtils, uFLTeams, uFLData, uFLSChemes, uFLAmmo, uFLUICallback, uFLRunQueue; +uses uFLIPC, uFLUtils, uFLTeams, uFLThemes, uFLSChemes, uFLAmmo, uFLUICallback, uFLRunQueue; var currentConfig: TGameConfig;