hedgewars/uWorld.pas
changeset 3240 e3b52d10b4c2
parent 3236 4ab3917d7d44
child 3248 8d4c61f6f30c
equal deleted inserted replaced
3239:ac829895edfc 3240:e3b52d10b4c2
  1020     CountTicks:= 0;
  1020     CountTicks:= 0;
  1021     SoundTimerTicks:= 0;
  1021     SoundTimerTicks:= 0;
  1022     prevPoint.X:= 0;
  1022     prevPoint.X:= 0;
  1023     prevPoint.Y:= 0;
  1023     prevPoint.Y:= 0;
  1024     missionTimer:= 0;
  1024     missionTimer:= 0;
       
  1025     missionTex:= nil;
  1025     
  1026     
  1026     FillChar(Captions, sizeof(Captions), 0)
  1027     FillChar(Captions, sizeof(Captions), 0)
  1027 end;
  1028 end;
  1028 
  1029 
  1029 procedure freeModule;
  1030 procedure freeModule;