shithub: choc

Download patch

ref: a8fd4b1f563d24d4296c3e8225c8404e2724d4c2
parent: 181c56fc2e28ede64e03b47252aaaad72fd2d3af
author: Jordan Christiansen <xordspar0@gmail.com>
date: Sun Mar 15 12:55:33 EDT 2020

Remove redundant demoextend definition

GCC 10 enables -fno-common by default, which causes the linker to fail when
there are multple definitions of a global variable.

See https://gcc.gnu.org/gcc-10/porting_to.html

--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -131,7 +131,6 @@
 int InfoType;
 int messageson = true;
 boolean mn_SuicideConsole;
-boolean demoextend; // from h2def.h
 
 // PRIVATE DATA DEFINITIONS ------------------------------------------------