--- a/hedgewars/uScript.pas Sun Feb 26 11:21:32 2012 -0500
+++ b/hedgewars/uScript.pas Sun Feb 26 11:28:28 2012 -0500
@@ -1966,7 +1966,7 @@
if ScriptExists('onNewAmmoStore') then
begin
ScriptPrepareAmmoStore;
- ScriptCall('onAmmoStoreInit');
+ ScriptCall('onNewAmmoStore');
end;
AddAmmoStore;
for j:= 0 to Pred(ClansArray[i]^.TeamsNumber) do
@@ -1980,7 +1980,7 @@
if ScriptExists('onNewAmmoStore') then
begin
ScriptPrepareAmmoStore;
- ScriptCall('onAmmoStoreInit');
+ ScriptCall('onNewAmmoStore');
end;
AddAmmoStore;
TeamsArray[i]^.Hedgehogs[j].AmmoStore:= StoreCnt - 1
@@ -1991,7 +1991,7 @@
if ScriptExists('onNewAmmoStore') then
begin
ScriptPrepareAmmoStore;
- ScriptCall('onAmmoStoreInit');
+ ScriptCall('onNewAmmoStore');
end;
AddAmmoStore;
for j:= 0 to Pred(TeamsArray[i]^.HedgehogsNumber) do