foxygit / doom Log in
commit 55e7d8d5c24e785799d8b263ef8dc2ecf02889f1
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Jan 29 18:54:13 2019 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jan 29 18:54:13 2019 +0200

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

diff --git a/src/strife/deh_misc.c b/src/strife/deh_misc.c
index 95c24903..7c78658b 100644
--- a/src/strife/deh_misc.c
+++ b/src/strife/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},