# HG changeset patch # User smxx # Date 1267102144 0 # Node ID 1d15ca7b7f640f037a8c01c1f6197b3811041a18 # Parent 76542612ca91ba874e0c89ca7701105537ac6e4f Engine: * Updated training mission's ammo scheme generation diff -r 76542612ca91 -r 1d15ca7b7f64 hedgewars/uScript.pas --- a/hedgewars/uScript.pas Thu Feb 25 04:08:47 2010 +0000 +++ b/hedgewars/uScript.pas Thu Feb 25 12:49:04 2010 +0000 @@ -450,7 +450,7 @@ begin ScriptAmmoStore:= ''; for i:=1 to ord(High(TAmmoType)) do - ScriptAmmoStore:= ScriptAmmoStore + '00'; + ScriptAmmoStore:= ScriptAmmoStore + '0000'; end; procedure ScriptSetAmmo(ammo : TAmmoType; count, propability: Byte);