diff -r 332287d62c81 -r 5faa05d99241 hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Mon Oct 12 19:33:21 2009 +0000 +++ b/hedgewars/uAmmos.pas Mon Oct 12 19:39:47 2009 +0000 @@ -75,6 +75,7 @@ if a <> amNothing then begin Ammoz[a].Probability:= probability[byte(s[ord(a) + ord(High(TAmmoType))]) - byte('0')]; + if (TrainingFlags and tfIgnoreDelays) <> 0 then Ammoz[a].SkipTurns:= 0; cnt:= byte(s[ord(a)]) - byte('0'); // avoid things we already have infinite number if cnt = 9 then