diff -r e31409482740 -r d7fc678d78f4 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Apr 05 20:28:44 2011 +0200 +++ b/hedgewars/uVariables.pas Tue Apr 05 16:23:52 2011 -0400 @@ -33,6 +33,7 @@ isSoundEnabled : boolean = true; isMusicEnabled : boolean = false; cLocaleFName : shortstring = 'en.txt'; + cLocale : shortstring = 'en'; cInitVolume : LongInt = 100; cTimerInterval : LongInt = 8; PathPrefix : shortstring = './';