hedgewars/hwengine.pas
changeset 3058 2ebc20485344
parent 3053 55a7e3a896ef
child 3063 0092dc37fbd6
equal deleted inserted replaced
3057:e6e4c109ceb8 3058:2ebc20485344
   153     WriteLnToConsole('Freeing resources...');
   153     WriteLnToConsole('Freeing resources...');
   154     if isSoundEnabled then ReleaseSound();
   154     if isSoundEnabled then ReleaseSound();
   155     StoreRelease();
   155     StoreRelease();
   156     FreeGearsList();
   156     FreeGearsList();
   157     FreeVisualGears();
   157     FreeVisualGears();
   158     FreeLandObjects();
       
   159     FreeLand();
   158     FreeLand();
   160     ControllerClose();
   159     ControllerClose();
   161     SendKB();
   160     SendKB();
   162     CloseIPC();
   161     CloseIPC();
   163     TTF_Quit();
   162     TTF_Quit();