foxygit / doom Log in
commit 160988d38390fca338a80650760a32c3d5465b2e
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Feb 4 14:13:30 2020 +0200
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Fri Mar 20 16:55:29 2020 +0200

    doom: Make gamedescription not const, it's now dynamically allocated
---
 src/doom/d_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index fc3ee9d8..bfe79b04 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -87,7 +87,7 @@
 //
 void D_DoomLoop (void);

-static const char *gamedescription;
+static char *gamedescription;

 // Location where savegames are stored