ref: dbbadb9016ce44e37c751b28482a75fcf94bb141
parent: 3324d280124f4a13531c411c5d5b6599db6e220c
author: Turo Lamminen <turol@iki.fi>
date: Thu Sep 8 09:00:53 EDT 2022
doom: Move bulletslope extern declaration to p_pspr.h
--- a/src/doom/p_maputl.c
+++ b/src/doom/p_maputl.c
@@ -728,7 +728,6 @@
return true; // everything was traversed
}
-extern fixed_t bulletslope;
// Intercepts Overrun emulation, from PrBoom-plus.
// Thanks to Andrey Budko (entryway) for researching this and his
--- a/src/doom/p_pspr.h
+++ b/src/doom/p_pspr.h
@@ -68,4 +68,8 @@
} pspdef_t;
+
+extern fixed_t bulletslope;
+
+
#endif