diff -r dd9fb4b13fd8 -r 3c4f0886c123 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Wed Feb 18 16:28:21 2009 +0000 +++ b/hedgewars/uWorld.pas Wed Feb 18 16:35:03 2009 +0000 @@ -40,7 +40,7 @@ implementation uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, GL, - uAmmos, uVisualGears, uChat, uLand; + uAmmos, uVisualGears, uChat, uLandTexture; const FPS: Longword = 0; CountTicks: Longword = 0;