doom: Make copyright banner const

This commit is contained in:
Turo Lamminen 2018-07-21 17:09:52 +03:00
parent 2ecb680cc7
commit 6b923b07a7

View file

@ -900,7 +900,7 @@ static boolean D_AddFile(char *filename)
// 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"