shithub: choc

Download patch

ref: bf88335973148c073fa8edaa4c2a904fa580f452
parent: 18f8bc1391794cd9cbe14f0bfec13f9f25bf53ba
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 14:38:24 EDT 2018

heretic: Fix const correctness issue in DrawSaveMenu

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