--- a/hedgewars/uWorld.pas Mon Oct 31 13:12:10 2011 +0100
+++ b/hedgewars/uWorld.pas Mon Oct 31 13:36:39 2011 +0100
@@ -1324,6 +1324,7 @@
begin
missionTimer:= 0;
if missionTex <> nil then FreeTexture(missionTex);
+ missionTex:= nil;
end;
procedure ShakeCamera(amount: LongInt);