diff -r 3c4f0886c123 -r 795f97007833 hedgewars/hwengine.dpr --- a/hedgewars/hwengine.dpr Wed Feb 18 16:35:03 2009 +0000 +++ b/hedgewars/hwengine.dpr Wed Feb 18 16:46:27 2009 +0000 @@ -51,7 +51,8 @@ uSHA in 'uSHA.pas', uFloat in 'uFloat.pas', uStats in 'uStats.pas', - uChat in 'uChat.pas'; + uChat in 'uChat.pas', + uLandTexture; {$INCLUDE options.inc} @@ -126,6 +127,7 @@ {$IFDEF DEBUGFILE}AddFileLog('Freeing resources...');{$ENDIF} if isSoundEnabled then ReleaseSound; StoreRelease; +FreeLand; SendKB; CloseIPC; TTF_Quit;