diff -r 2a8f385ab466 -r b576460ba8ad hedgewars/uScript.pas --- a/hedgewars/uScript.pas Sun Mar 21 16:04:57 2010 +0000 +++ b/hedgewars/uScript.pas Sun Mar 21 16:42:41 2010 +0000 @@ -529,7 +529,7 @@ procedure ScriptOnGameInit; var s, t : ansistring; begin -// not required if there's no script to run +// not required if there is no script to run if not ScriptLoaded then exit;