diff -r a1fcfc341a52 -r 83ef50815535 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Wed Nov 17 17:22:36 2010 +0300 +++ b/hedgewars/uStore.pas Wed Nov 17 17:45:55 2010 +0300 @@ -82,7 +82,7 @@ procedure Tint(c: Longword); inline; implementation -uses uMisc, uConsole, uLocale, uMobile; +uses uMisc, uConsole, uLocale, uMobile, uVariables; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);