author | nemo |
Tue, 28 Feb 2012 21:25:36 -0500 | |
changeset 6752 | 11d898afe582 |
parent 6751 | 7c75941b499b |
child 6753 | e95b1f62d0de |
--- a/hedgewars/uScript.pas Tue Feb 28 22:00:33 2012 +0100 +++ b/hedgewars/uScript.pas Tue Feb 28 21:25:36 2012 -0500 @@ -1780,8 +1780,8 @@ uAmmos.initModule; if ScriptExists('onAmmoStoreInit') then begin + ScriptPrepareAmmoStore; ScriptCall('onAmmoStoreInit'); - ScriptPrepareAmmoStore; SetAmmoLoadout(ScriptAmmoLoadout); SetAmmoProbability(ScriptAmmoProbability); SetAmmoDelay(ScriptAmmoDelay);