shithub: choc

Download patch

ref: 160988d38390fca338a80650760a32c3d5465b2e
parent: 8ae83694b626d2e3998361b538adf89f64742bd7
author: Turo Lamminen <turol@iki.fi>
date: Tue Feb 4 09:13:30 EST 2020

doom: Make gamedescription not const, it's now dynamically allocated

--- 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