doom: Make gameversions description member const
This commit is contained in:
parent
96bb3bfc57
commit
c3f94ff38b
1 changed files with 1 additions and 1 deletions
|
|
@ -948,7 +948,7 @@ void PrintDehackedBanners(void)
|
|||
|
||||
static struct
|
||||
{
|
||||
char *description;
|
||||
const char *description;
|
||||
char *cmdline;
|
||||
GameVersion_t version;
|
||||
} gameversions[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue