hedgewars/uCommandHandlers.pas
changeset 4437 05192cdbce9b
parent 4413 46caab3a8f84
child 4522 0f590eefd531
--- a/hedgewars/uCommandHandlers.pas	Tue Nov 30 22:46:47 2010 +0100
+++ b/hedgewars/uCommandHandlers.pas	Wed Dec 01 00:58:03 2010 +0100
@@ -7,7 +7,7 @@
 procedure freeModule;
 
 implementation
-uses uCommands, uTypes, uVariables, uIO, uDebug, uConsts, uScript, uUtils, SDLh, uMobile, uRandom;
+uses uCommands, uTypes, uVariables, uIO, uDebug, uConsts, uScript, uUtils, SDLh, uRandom;
 
 procedure chQuit(var s: shortstring);
 const prevGState: TGameState = gsConfirm;
@@ -319,7 +319,6 @@
 {$IFDEF DEBUGFILE}
     AddFileLog('Doing SwitchHedgehog: time '+inttostr(GameTicks));
 {$ENDIF}
-    perfExt_NewTurnBeginning();
 end;
 
 procedure chTimer(var s: shortstring);