foxygit / doom Log in
commit 97f684f4b2d4bbd128074cc7039723b76679671f
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Jan 29 18:51:53 2019 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jan 29 18:51:53 2019 +0200

    strife: Make deh_cheat_t name member const
---
 src/strife/deh_cheat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/deh_cheat.c b/src/strife/deh_cheat.c
index 305b09f9..78e037f6 100644
--- a/src/strife/deh_cheat.c
+++ b/src/strife/deh_cheat.c
@@ -28,7 +28,7 @@

 typedef struct
 {
-    char *name;
+    const char *name;
     cheatseq_t *seq;
 } deh_cheat_t;