net: Make not_dedicated_options contents const

This commit is contained in:
Turo Lamminen 2018-12-11 19:17:47 +02:00
parent a6a17adce3
commit d0c0539483

View file

@ -36,7 +36,7 @@
// specified to a dedicated server.
//
static char *not_dedicated_options[] =
static const char *not_dedicated_options[] =
{
"-deh", "-iwad", "-cdrom", "-gameversion", "-nomonsters", "-respawn",
"-fast", "-altdeath", "-deathmatch", "-turbo", "-merge", "-af", "-as",