shithub: choc

Download patch

ref: 78989df1145bee377490066adaa0595726202739
parent: 34f36f6a66e53c3df49cfedaa8fbc214eab6674c
author: Turo Lamminen <[email protected]>
date: Sat May 5 13:23:42 EDT 2018

heretic: Make finaletext variable const

--- a/src/heretic/f_finale.c
+++ b/src/heretic/f_finale.c
@@ -30,7 +30,7 @@
 #define TEXTSPEED       3
 #define TEXTWAIT        250
 
-char *finaletext;
+const char *finaletext;
 const char *finaleflat;
 
 int FontABaseLump;