doom: Make copyright banner const
This commit is contained in:
parent
2ecb680cc7
commit
6b923b07a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue