author | smxx |
Thu, 25 Feb 2010 12:49:04 +0000 | |
changeset 2862 | 1d15ca7b7f64 |
parent 2861 | 76542612ca91 |
child 2863 | 9eb53b1f1842 |
--- 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);