equal
deleted
inserted
replaced
78 cBitsStr : string[2] = '32'; |
78 cBitsStr : string[2] = '32'; |
79 //ipcPort is in uIO |
79 //ipcPort is in uIO |
80 cFullScreen : boolean = false; |
80 cFullScreen : boolean = false; |
81 isSoundEnabled : boolean = true; |
81 isSoundEnabled : boolean = true; |
82 isMusicEnabled : boolean = false; |
82 isMusicEnabled : boolean = false; |
83 cVSyncInUse : boolean = true; |
|
84 cLocaleFName : shortstring = 'en.txt'; |
83 cLocaleFName : shortstring = 'en.txt'; |
85 cInitVolume : LongInt = 50; |
84 cInitVolume : LongInt = 50; |
86 cTimerInterval : LongInt = 8; |
85 cTimerInterval : LongInt = 8; |
87 //pathPrefix is in uConsts |
86 //pathPrefix is in uConsts |
88 cShowFPS : boolean = false; |
87 cShowFPS : boolean = false; |