diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 94e21ad..d6416ba 100644 --- a/src/settings.h +++ b/src/settings.h @@ -39,6 +39,10 @@ typedef struct { float mapPreviewHeight; unsigned char mapAlpha; float mapPreviewZoomDefault; + Color mapLowColor; + Color mapHighColor; + float mapColorCount; + float mapZoomSpeed; // Controls. float mouseSpeed; |
