shithub: choc

Download patch

ref: a4d9fa1b48938db4384225b7576b50131dbd4507
parent: 78b0a9cf90c8f0b1f4b27adba453a8c38bace5c1
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 16:12:45 EDT 2018

strife: Fix const correctness issue in P_DialogStart

--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -1261,7 +1261,7 @@
     int i = 0;
     int pic;
     int rnd = 0;
-    char* byetext;
+    const char *byetext;
     int jumptoconv;
 
     if(menuactive || netgame)