changeset 5107 | d7fc678d78f4 |
parent 5065 | 0c2c509ccc7b |
child 5130 | 3602ede67ec5 |
--- 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 = './';