I have this set in defines.h:
/*
* Name of the version/variant and its version string
*/
#define VERSION_NAME "DaJAngband"
#define VERSION_STRING "v1.0.02b, semi-variant based on Vanilla Angband 3.0.9e"
but it's still labelling my dumps as Angband not DaJangband. It works in the version that's on my site for download, but not in my current compile (after I had to start over). I don't get it.
/*
* Name of the version/variant and its version string
*/
#define VERSION_NAME "DaJAngband"
#define VERSION_STRING "v1.0.02b, semi-variant based on Vanilla Angband 3.0.9e"
but it's still labelling my dumps as Angband not DaJangband. It works in the version that's on my site for download, but not in my current compile (after I had to start over). I don't get it.
Comment