foxygit / doom Log in
commit 0994943982276174b9e660a81c3da950f67d7495
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 19:09:14 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Fri Oct 7 13:14:28 2022 +0300

    hexen: Move gamekeydown extern declaration to h2def.h
---
 src/hexen/h2def.h   | 1 +
 src/hexen/mn_menu.c | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index 20e26e29..836dcc0b 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -820,6 +820,7 @@ void G_ScreenShot(void);


 extern int LeaveMap;
+extern boolean gamekeydown[NUMKEYS];


 //-------
diff --git a/src/hexen/mn_menu.c b/src/hexen/mn_menu.c
index 26cdef82..6351a348 100644
--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -125,7 +125,6 @@ void MN_LoadSlotText(void);
 // EXTERNAL DATA DECLARATIONS ----------------------------------------------

 extern int detailLevel;
-extern boolean gamekeydown[256];

 // PUBLIC DATA DEFINITIONS -------------------------------------------------