foxygit / doom Log in
commit d0c0539483924fcc4820f7f5c346fca0ff342821
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Dec 11 19:17:47 2018 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Dec 11 19:18:24 2018 +0200

    net: Make not_dedicated_options contents const
---
 src/net_dedicated.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/net_dedicated.c b/src/net_dedicated.c
index 2a5deede..723867f8 100644
--- 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",