shithub: choc

Download patch

ref: 18f8bc1391794cd9cbe14f0bfec13f9f25bf53ba
parent: e55a3e083dedfca820bd3c7885579bd5843d0e1b
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 14:36:48 EDT 2018

heretic: Fix const correctness issue in DrawLoadMenu

--- a/src/heretic/mn_menu.c
+++ b/src/heretic/mn_menu.c
@@ -595,7 +595,7 @@
 
 static void DrawLoadMenu(void)
 {
-    char *title;
+    const char *title;
 
     title = DEH_String("LOAD GAME");