'scorefile' space too small
We currently have 'char scorefile[MAX_LEN_NAME];' - as it's a filename, it should be (at least) MAX_LEN_PATH.
Damn. This has d3f aspect -> changing master only
I'd like this (and other similar settings) to be dynamically allocated, but that would require extra support from settings.c -> maybe in the future, but not now.
We currently have 'char scorefile[MAX_LEN_NAME];' - as it's a filename, it should be (at least) MAX_LEN_PATH.