ref: d0c0539483924fcc4820f7f5c346fca0ff342821
parent: a6a17adce3f47477f948216a49d637813011f3a3
author: Turo Lamminen <[email protected]>
date: Tue Dec 11 14:17:47 EST 2018
net: Make not_dedicated_options contents const
--- a/src/net_dedicated.c
+++ b/src/net_dedicated.c
@@ -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",