diff -r 0e4e0db79e2a -r b9ca1bfca24f hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Tue Jan 26 04:13:37 2010 +0000 +++ b/hedgewars/uLocale.pas Tue Jan 26 21:55:51 2010 +0000 @@ -62,8 +62,8 @@ trammo[sidNothing]:= ' '; for e:= Low(TEventId) to High(TEventId) do first[e]:= true; -{$I-} //iochecks off -filemode:=0; //readonly +{$I-} // iochecks off +filemode:= 0; // readonly Assign(f, FileName); reset(f); // if the locale does not exist, fallback to the default one