equal
deleted
inserted
replaced
68 |
68 |
69 cShowFPS : boolean = true; |
69 cShowFPS : boolean = true; |
70 cCaseFactor : Longword = 5; {0..9} |
70 cCaseFactor : Longword = 5; {0..9} |
71 cLandAdditions: Longword = 4; |
71 cLandAdditions: Longword = 4; |
72 cFullScreen : boolean = true; |
72 cFullScreen : boolean = true; |
|
73 cReducedQuality : boolean = false; |
73 cLocaleFName : shortstring = 'en.txt'; |
74 cLocaleFName : shortstring = 'en.txt'; |
74 cSeed : shortstring = ''; |
75 cSeed : shortstring = ''; |
75 cInitVolume : LongInt = 128; |
76 cInitVolume : LongInt = 128; |
76 cVolumeDelta : LongInt = 0; |
77 cVolumeDelta : LongInt = 0; |
77 cTimerInterval : Longword = 5; |
78 cTimerInterval : Longword = 5; |