commit 9c9bb8fd6d4e06d49bc2bdfe57258a3e1e2fdda1
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 10 19:20:34 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Fri Oct 7 13:14:28 2022 +0300
hexen: Move usearti extern declaration to h2def.h
---
src/hexen/ct_chat.c | 1 -
src/hexen/h2def.h | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/hexen/ct_chat.c b/src/hexen/ct_chat.c
index 90205fb6..cba051dc 100644
--- a/src/hexen/ct_chat.c
+++ b/src/hexen/ct_chat.c
@@ -89,7 +89,6 @@ char *chat_macros[10];
boolean altdown;
boolean shiftdown;
-extern boolean usearti;
//===========================================================================
//
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index a4975eff..03d437e7 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -687,6 +687,9 @@ extern int testcontrols_mousespeed;
extern int vanilla_savegame_limit;
extern int vanilla_demo_limit;
+extern boolean usearti;
+
+
/*
===============================================================================