foxygit / doom Log in
commit 475db6f4620e0c24519c1286331fcc91b472e802
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 16:53:24 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300

    strife: Move sendsave extern declaration to hu_stuff.h
---
 src/strife/hu_stuff.h | 1 +
 src/strife/m_menu.c   | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index 1ebe48ce..2140d830 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -68,6 +68,7 @@ extern patch_t *hu_font[HU_FONTSIZE];
 extern boolean message_dontfuckwithme;

 extern boolean chat_on;
+extern boolean sendsave;


 #endif
diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index ccf1c2e5..31bf7eac 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -65,8 +65,6 @@
 extern void M_QuitStrife(int);


-extern boolean          sendsave;       // [STRIFE]
-
 //
 // defaulted values
 //