shithub: choc

Download patch

ref: 0994943982276174b9e660a81c3da950f67d7495
parent: 875a56814c08ef46159a4cf1841c8e2015fe546c
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 15:09:14 EDT 2022

hexen: Move gamekeydown extern declaration to h2def.h

--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -820,6 +820,7 @@
 
 
 extern int LeaveMap;
+extern boolean gamekeydown[NUMKEYS];
 
 
 //-------
--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -125,7 +125,6 @@
 // EXTERNAL DATA DECLARATIONS ----------------------------------------------
 
 extern int detailLevel;
-extern boolean gamekeydown[256];
 
 // PUBLIC DATA DEFINITIONS -------------------------------------------------