hedgewars/uGame.pas
branchexperimental3D
changeset 4812 f924be23ffb4
parent 4438 39ab70b37e01
child 4976 088d40d8aba2
--- a/hedgewars/uGame.pas	Mon Dec 27 23:57:44 2010 +0100
+++ b/hedgewars/uGame.pas	Tue Jan 04 12:53:46 2011 +0100
@@ -26,7 +26,7 @@
 ////////////////////
    implementation
 ////////////////////
-uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, uMobile, uVisualGears;
+uses uKeys, uTeams, uIO, uAI, uGears, uSound, uMobile, uVisualGears, uTypes, uVariables;
 
 procedure DoGameTick(Lag: LongInt);
 var i: LongInt;
@@ -45,7 +45,6 @@
 i:= 1;
 while (GameState <> gsExit) and (i <= Lag) do
     begin
-    ScriptCall('onGameTick');
     if not CurrentTeam^.ExtDriven then
        begin
        if CurrentHedgehog^.BotLevel <> 0 then ProcessBot;