diff -r 1d9395d1e104 -r 9d88af62a3bb hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Fri Jan 30 14:57:02 2009 +0000 +++ b/hedgewars/uWorld.pas Fri Jan 30 14:59:59 2009 +0000 @@ -40,7 +40,8 @@ implementation uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, GL, - uAmmos, uVisualGears, uChat; + uAmmos, uVisualGears, uChat, uLand; + const FPS: Longword = 0; CountTicks: Longword = 0; SoundTimerTicks: Longword = 0; @@ -190,6 +191,8 @@ //glPushMatrix; //glScalef(1.0, 1.0, 1.0); +RealLandTexUpdate; + if not isPaused then MoveCamera; // background