shithub: choc

Download patch

ref: 475db6f4620e0c24519c1286331fcc91b472e802
parent: 28539ec02038862816ce2b461c5e4f650759aa47
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 12:53:24 EDT 2022

strife: Move sendsave extern declaration to hu_stuff.h

--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -68,6 +68,7 @@
 extern boolean message_dontfuckwithme;
 
 extern boolean chat_on;
+extern boolean sendsave;
 
 
 #endif
--- 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
 //