From 5de507694b0ca43739033d75cf20fcf7ea31a2dd Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 18 Sep 2010 17:35:57 +0000 Subject: Tons of warnings fixed - now only 7 warnings at warning level 3, and most of those are outside of our own code (get on those signed/unsigned mismatches in the midi code, fraggle ;) Subversion-branch: /branches/strife-branch Subversion-revision: 2110 --- src/strife/p_enemy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/strife/p_enemy.c') diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index 20233ab5..2176726b 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -47,6 +47,9 @@ // [STRIFE] Dialog / Inventory #include "p_dialog.h" #include "deh_str.h" +#include "w_wad.h" +#include "f_finale.h" +#include "p_inter.h" // Forward Declarations: void A_RandomWalk(mobj_t *); @@ -2531,7 +2534,6 @@ void A_EntityDeath(mobj_t* actor) mobj_t *subentity; angle_t an; fixed_t dist; - fixed_t momx, momy; dist = 2 * mobjinfo[MT_SUBENTITY].radius; -- cgit v1.2.3