dehacked: Make deh_section_s name member const

This commit is contained in:
Turo Lamminen 2018-05-19 15:05:58 +03:00
parent 7862764e12
commit 87fe8d3502

View file

@ -30,7 +30,7 @@ typedef void (*deh_sha1_hash_t)(sha1_context_t *context);
struct deh_section_s
{
char *name;
const char *name;
// Called on startup to initialize code