equal
deleted
inserted
replaced
49 cShowFPS : boolean; |
49 cShowFPS : boolean; |
50 cFlattenFlakes : boolean; |
50 cFlattenFlakes : boolean; |
51 cFlattenClouds : boolean; |
51 cFlattenClouds : boolean; |
52 cIce : boolean; |
52 cIce : boolean; |
53 cSnow : boolean; |
53 cSnow : boolean; |
|
54 isInChatMode : boolean; |
54 |
55 |
55 cAltDamage : boolean; |
56 cAltDamage : boolean; |
56 cReducedQuality : LongWord; |
57 cReducedQuality : LongWord; |
57 UserNick : shortstring; |
58 UserNick : shortstring; |
58 recordFileName : shortstring; |
59 recordFileName : shortstring; |
2660 cIce := false; |
2661 cIce := false; |
2661 cSnow := false; |
2662 cSnow := false; |
2662 lastVisualGearByUID := nil; |
2663 lastVisualGearByUID := nil; |
2663 lastGearByUID := nil; |
2664 lastGearByUID := nil; |
2664 cReadyDelay := 5000; |
2665 cReadyDelay := 5000; |
|
2666 isInChatMode := false; |
2665 |
2667 |
2666 {* REFERENCE |
2668 {* REFERENCE |
2667 4096 -> $FFFFF000 |
2669 4096 -> $FFFFF000 |
2668 2048 -> $FFFFF800 |
2670 2048 -> $FFFFF800 |
2669 1024 -> $FFFFFC00 |
2671 1024 -> $FFFFFC00 |