equal
deleted
inserted
replaced
44 cInitVolume : LongInt = 100; |
44 cInitVolume : LongInt = 100; |
45 cTimerInterval : LongInt = 8; |
45 cTimerInterval : LongInt = 8; |
46 PathPrefix : shortstring = './'; |
46 PathPrefix : shortstring = './'; |
47 UserPathPrefix : shortstring = './'; |
47 UserPathPrefix : shortstring = './'; |
48 cShowFPS : boolean = false; |
48 cShowFPS : boolean = false; |
|
49 cFlattenFlakes : boolean = false; |
49 cAltDamage : boolean = true; |
50 cAltDamage : boolean = true; |
50 cReducedQuality : LongWord = rqNone; |
51 cReducedQuality : LongWord = rqNone; |
51 UserNick : shortstring = ''; |
52 UserNick : shortstring = ''; |
52 recordFileName : shortstring = ''; |
53 recordFileName : shortstring = ''; |
53 cReadyDelay : Longword = 5000; |
54 cReadyDelay : Longword = 5000; |
2549 cInitVolume := 100; |
2550 cInitVolume := 100; |
2550 cTimerInterval := 8; |
2551 cTimerInterval := 8; |
2551 PathPrefix := './'; |
2552 PathPrefix := './'; |
2552 UserPathPrefix := './'; |
2553 UserPathPrefix := './'; |
2553 cShowFPS := false; |
2554 cShowFPS := false; |
|
2555 cFlattenFlakes := false; |
2554 cAltDamage := true; |
2556 cAltDamage := true; |
2555 cReducedQuality := rqNone; |
2557 cReducedQuality := rqNone; |
2556 UserNick := ''; |
2558 UserNick := ''; |
2557 recordFileName := ''; |
2559 recordFileName := ''; |
2558 cScriptName := ''; |
2560 cScriptName := ''; |