aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 6418c2e..0782fbb 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -44,6 +44,9 @@ typedef struct {
float mapColorCount;
float mapZoomSpeed;
+ // Interaction chat.
+ unsigned char interactionChatAlpha;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;