hedgewars/uWorld.pas
changeset 6249 cacab1db8af8
parent 6135 2172330ad52a
child 6250 cd01e4f93ed9
--- 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);