hedgewars/uScript.pas
changeset 3777 5276f2150d65
parent 3774 af0e68ca273e
child 3836 833c0f32e326
--- a/hedgewars/uScript.pas	Thu Aug 26 22:41:36 2010 +0200
+++ b/hedgewars/uScript.pas	Thu Aug 26 22:58:38 2010 +0200
@@ -801,12 +801,12 @@
 ParseCommand('$landadds ' + ScriptGetString('LandAdds'), true);
 ParseCommand('$explosives ' + ScriptGetString('Explosives'), true);
 ParseCommand('$delay ' + ScriptGetString('Delay'), true);
+ParseCommand('$ready ' + ScriptGetString('Ready'), true);
 ParseCommand('$sd_turns ' + ScriptGetString('SuddenDeathTurns'), true);
 if ScriptGetString('Map') <> '' then
     ParseCommand('map ' + ScriptGetString('Map'), true);
 if ScriptGetString('Theme') <> '' then
     ParseCommand('theme ' + ScriptGetString('Theme'), true);
-cReadyDelay:= ScriptGetInteger('Ready');
 
 if ScriptExists('onAmmoStoreInit') then
     begin