changeset 9902 | eb8e8b09b2f0 |
parent 9839 | 96e3914e8154 |
child 9950 | 2759212a27de |
child 9988 | 317d46a2afd2 |
--- a/hedgewars/uVariables.pas Wed Jan 01 13:42:38 2014 +0400 +++ b/hedgewars/uVariables.pas Wed Jan 01 14:16:01 2014 +0400 @@ -147,6 +147,7 @@ cExplosives : Longword; cScriptName : shortstring; + cScriptParam : shortstring; cSeed : shortstring; cVolumeDelta : LongInt; cHasFocus : boolean; @@ -2551,6 +2552,7 @@ fastScrolling := false; autoCameraOn := true; cScriptName := ''; + cScriptParam := ''; cSeed := ''; cVolumeDelta := 0; cHasFocus := true;