shithub: choc

Download patch

ref: 6b923b07a732c4fd41f6ce1a9979bcf7eb3d9fd1
parent: 2ecb680cc7917359c4bcf5bc00b51a5e2fcfad4a
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jul 21 13:09:52 EDT 2018

doom: Make copyright banner const

--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -900,7 +900,7 @@
 // Some dehacked mods replace these.  These are only displayed if they are 
 // replaced by dehacked.
 
-static char *copyright_banners[] =
+static const char *copyright_banners[] =
 {
     "===========================================================================\n"
     "ATTENTION:  This version of DOOM has been modified.  If you would like to\n"