ref: 97f684f4b2d4bbd128074cc7039723b76679671f
parent: bbb0f166d5366435d30e7a3a94a94995d22a22c6
author: Turo Lamminen <turotl@gmail.com>
date: Tue Jan 29 13:51:53 EST 2019
strife: Make deh_cheat_t name member const
--- 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;