hedgewars/hwengine.dpr
changeset 2244 853a1db1cff6
parent 2243 b4764993f833
child 2252 03fd99dff989
equal deleted inserted replaced
2243:b4764993f833 2244:853a1db1cff6
   141 StoreRelease;
   141 StoreRelease;
   142 FreeLand;
   142 FreeLand;
   143 SendKB;
   143 SendKB;
   144 CloseIPC;
   144 CloseIPC;
   145 TTF_Quit;
   145 TTF_Quit;
   146 {$IFNDEF IPHONEOS or DEBUGFILE}
       
   147 //i know it is not clean but it is better than a crash
       
   148 SDL_Quit;
   146 SDL_Quit;
   149 {$ENDIF}
       
   150 halt
   147 halt
   151 end;
   148 end;
   152 
   149 
   153 ////////////////////////////////
   150 ////////////////////////////////
   154 procedure Resize(w, h: LongInt);
   151 procedure Resize(w, h: LongInt);