equal
deleted
inserted
replaced
21 cShowFPS : boolean = false; |
21 cShowFPS : boolean = false; |
22 cAltDamage : boolean = true; |
22 cAltDamage : boolean = true; |
23 cReducedQuality : LongWord = rqNone; |
23 cReducedQuality : LongWord = rqNone; |
24 //userNick is in uChat |
24 //userNick is in uChat |
25 recordFileName : shortstring = ''; |
25 recordFileName : shortstring = ''; |
26 cReadyDelay : Longword = 5000; |
26 cReadyDelay : Longword = 0; |
27 cLogfileBase : shortstring = 'debug'; |
27 cLogfileBase : shortstring = 'debug'; |
28 ////////////////////////// |
28 ////////////////////////// |
29 |
29 |
30 alsoShutdownFrontend: boolean = false; |
30 alsoShutdownFrontend: boolean = false; |
31 |
31 |
2246 cShowFPS := false; |
2246 cShowFPS := false; |
2247 cAltDamage := true; |
2247 cAltDamage := true; |
2248 cReducedQuality := rqNone; |
2248 cReducedQuality := rqNone; |
2249 //userNick is in uChat |
2249 //userNick is in uChat |
2250 recordFileName := ''; |
2250 recordFileName := ''; |
2251 cReadyDelay := 5000; |
2251 cReadyDelay := 0; |
2252 end; |
2252 end; |
2253 |
2253 |
2254 end. |
2254 end. |