Default value fixes and typos.

This commit is contained in:
Raimund Sacherer 2023-11-01 16:24:43 +01:00
parent 1fb28d4ea8
commit 253e5ac1aa
2 changed files with 3 additions and 2 deletions

View file

@ -3061,7 +3061,7 @@ config_load(struct config *conf, const char *conf_path,
.flash = 0x7f7f00,
.flash_alpha = 0x7fff,
.crosshair = default_foreground,
.crosshair_alpha = 0xffff,
.crosshair_alpha = 0x7fff,
.alpha = 0xffff,
.selection_fg = 0x80000000, /* Use default bg */
.selection_bg = 0x80000000, /* Use default fg */