equal
deleted
inserted
replaced
36 cInitVolume : LongInt = 100; |
36 cInitVolume : LongInt = 100; |
37 cTimerInterval : LongInt = 8; |
37 cTimerInterval : LongInt = 8; |
38 PathPrefix : shortstring = './'; |
38 PathPrefix : shortstring = './'; |
39 cShowFPS : boolean = false; |
39 cShowFPS : boolean = false; |
40 cAltDamage : boolean = true; |
40 cAltDamage : boolean = true; |
41 cReducedQuality : LongInt = rqNone; |
41 cReducedQuality : LongWord = rqNone; |
42 //userNick is in uChat |
42 //userNick is in uChat |
43 recordFileName : shortstring = ''; |
43 recordFileName : shortstring = ''; |
44 cReadyDelay : Longword = 0; |
44 cReadyDelay : Longword = 0; |
45 cLogfileBase : shortstring = 'debug'; |
45 cLogfileBase : shortstring = 'debug'; |
46 ////////////////////////// |
46 ////////////////////////// |