File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ The game options are as follows:
49
49
```
50
50
MessagesImportant = Bit 0 -> 1 // This is always set as these messages will always be notified.
51
51
InvertScrolling = Bit 1 -> 2 // Map scrolling is inverted
52
- FastBuilding = Bit 2 -> 4 // Fast building
52
+ FastBuilding = Bit 2 -> 4 // Fast building (second left clicks on flags or free spots starts building roads, flags or buildings)
53
53
MessagesAll = Bit 3 -> 8 // Alert on all notifications
54
54
MessagesMost = Bit 4 -> 16 // Alert on most notifications
55
55
MessagesFew = Bit 5 -> 32 // Alert on only a few notifications
56
56
PathwayScrolling = Bit 6 -> 64 // Scrolls the map while building roads
57
- FastMapClick = Bit 7 -> 128 // Fast map click
57
+ FastMapClick = Bit 7 -> 128 // Fast map click (double right click opens/closes the map)
58
58
HideCursorWhileScrolling = Bit 8 -> 256 // Hide cursor while scrolling the map
59
59
ResetCursorAfterScrolling = Bit 9 -> 512 // After map scrolling ends, place the cursor at the center of the screen
60
60
```
You can’t perform that action at this time.
0 commit comments