hedgewars/uGears.pas
changeset 13031 bef97cc310b0
parent 12938 b075ad6112c9
child 13096 d78e65c66573
equal deleted inserted replaced
13030:da691787fcd2 13031:bef97cc310b0
   253 
   253 
   254 if AllInactive then
   254 if AllInactive then
   255 case step of
   255 case step of
   256     stInit:
   256     stInit:
   257         begin
   257         begin
   258         ScriptCall('onEndTurn');
   258         if (not bBetweenTurns) and (not isInMultiShoot) then
       
   259             ScriptCall('onEndTurn');
   259         inc(step)
   260         inc(step)
   260         end;
   261         end;
   261     stDelay:
   262     stDelay:
   262         begin
   263         begin
   263         if delay = 0 then
   264         if delay = 0 then