commit bbb0f166d5366435d30e7a3a94a94995d22a22c6
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jan 26 16:41:27 2019 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jan 29 18:49:25 2019 +0200
strife: Make gameversions description and cmdline members const
---
src/strife/d_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 903e8952..39c1b775 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1003,8 +1003,8 @@ void PrintDehackedBanners(void)
static struct
{
- char *description;
- char *cmdline;
+ const char *description;
+ const char *cmdline;
GameVersion_t version;
} gameversions[] = {
{ "Strife 1.2", "1.2", exe_strife_1_2 },