foxygit / doom Log in
commit 16e522fa38b6f01960123e10943988f68ca37e1a
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat May 19 15:57:30 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat May 19 15:57:30 2018 +0300

    doom: Make misc_settings deh_name member const
---
 src/doom/deh_misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doom/deh_misc.c b/src/doom/deh_misc.c
index 9d46f069..4c4d0003 100644
--- a/src/doom/deh_misc.c
+++ b/src/doom/deh_misc.c
@@ -132,7 +132,7 @@ int deh_species_infighting = DEH_DEFAULT_SPECIES_INFIGHTING;

 static struct
 {
-    char *deh_name;
+    const char *deh_name;
     int *value;
 } misc_settings[] = {
     {"Initial Health",      &deh_initial_health},