shithub: choc

Download patch

ref: db5a745b8c0fbad6c0c9d8f13b8cc6458728c5b8
parent: a4d9fa1b48938db4384225b7576b50131dbd4507
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 16:13:27 EDT 2018

strife: Fix const correctness issue in A_QuestMsg

--- a/src/strife/p_enemy.c
+++ b/src/strife/p_enemy.c
@@ -2691,7 +2691,7 @@
 //
 void A_QuestMsg(mobj_t* actor)
 {
-    char* name;
+    const char *name;
     int quest;
     int i;