shithub: choc

Download patch

ref: cf3b0c54fd1094b699d49172fee2879442741884
parent: 87fc4ff8efbeb21a15293df02c8ee23762ba1b84
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 19 11:48:27 EDT 2018

doom: Make deh_cheat_t name member const

--- a/src/doom/deh_cheat.c
+++ b/src/doom/deh_cheat.c
@@ -28,7 +28,7 @@
 
 typedef struct 
 {
-    char *name;
+    const char *name;
     cheatseq_t *seq;
 } deh_cheat_t;