hedgewars/uWorld.pas
changeset 3240 e3b52d10b4c2
parent 3236 4ab3917d7d44
child 3248 8d4c61f6f30c
--- a/hedgewars/uWorld.pas	Thu Apr 01 16:44:56 2010 +0000
+++ b/hedgewars/uWorld.pas	Thu Apr 01 16:46:44 2010 +0000
@@ -1022,6 +1022,7 @@
     prevPoint.X:= 0;
     prevPoint.Y:= 0;
     missionTimer:= 0;
+    missionTex:= nil;
     
     FillChar(Captions, sizeof(Captions), 0)
 end;