hedgewars/uGears.pas
changeset 7410 dc869f3187ca
parent 7407 c1ade666c124
child 7412 9e5aa3c8dc62
equal deleted inserted replaced
7409:fd91aa100ce0 7410:dc869f3187ca
   459         end;
   459         end;
   460 
   460 
   461     if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then
   461     if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then
   462         inc(hiTicks) // we do not recieve a message for this
   462         inc(hiTicks) // we do not recieve a message for this
   463     end;
   463     end;
   464 AddRandomness(CheckSum);
   464 //AddRandomness(CheckSum);
   465 ScriptCall('onGameTick');
   465 ScriptCall('onGameTick');
   466 if GameTicks mod 20 = 0 then ScriptCall('onGameTick20');
   466 if GameTicks mod 20 = 0 then ScriptCall('onGameTick20');
   467 inc(GameTicks)
   467 inc(GameTicks)
   468 end;
   468 end;
   469 
   469