share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 14548 c572eb57dd2d
parent 14252 bdc7ba72bbad
child 14578 50f511588635
equal deleted inserted replaced
14547:90893b397933 14548:c572eb57dd2d
   832         turnSkipped = false
   832         turnSkipped = false
   833 
   833 
   834         trackTime = 0
   834         trackTime = 0
   835 
   835 
   836         currCount = 0 -- hopefully this solves problem
   836         currCount = 0 -- hopefully this solves problem
       
   837         fastIndex = 0
   837         AddAmmo(CurrentHedgehog, amAirAttack, 0)
   838         AddAmmo(CurrentHedgehog, amAirAttack, 0)
   838         gTimer = 0
   839         gTimer = 0
   839 
   840 
   840         -- Handle Starting Stage of Game
   841         -- Handle Starting Stage of Game
   841         if (gameOver == false) and (gameBegun == false) then
   842         if (gameOver == false) and (gameBegun == false) then