shithub: choc

Download patch

ref: dcc753fbfc2005248df90d2de76a91a6a38d05c4
parent: e11589559ffa38aa2d3897d01853a2871d772d42
author: Turo Lamminen <turotl@gmail.com>
date: Tue Aug 7 14:42:53 EDT 2018

hexen: Make GammaText contents const

--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -294,7 +294,7 @@
     &SaveMenu
 };
 
-static char *GammaText[] = {
+static const char *GammaText[] = {
     TXT_GAMMA_LEVEL_OFF,
     TXT_GAMMA_LEVEL_1,
     TXT_GAMMA_LEVEL_2,