equal
deleted
inserted
replaced
31 ipcPort : Word = 0; |
31 ipcPort : Word = 0; |
32 cFullScreen : boolean = false; |
32 cFullScreen : boolean = false; |
33 isSoundEnabled : boolean = true; |
33 isSoundEnabled : boolean = true; |
34 isMusicEnabled : boolean = false; |
34 isMusicEnabled : boolean = false; |
35 cLocaleFName : shortstring = 'en.txt'; |
35 cLocaleFName : shortstring = 'en.txt'; |
|
36 cLocale : shortstring = 'en'; |
36 cInitVolume : LongInt = 100; |
37 cInitVolume : LongInt = 100; |
37 cTimerInterval : LongInt = 8; |
38 cTimerInterval : LongInt = 8; |
38 PathPrefix : shortstring = './'; |
39 PathPrefix : shortstring = './'; |
39 cShowFPS : boolean = false; |
40 cShowFPS : boolean = false; |
40 cAltDamage : boolean = true; |
41 cAltDamage : boolean = true; |