From f7768ad7dcfbefce525d846ce2f565dacf99f546 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 5 Sep 2010 23:28:16 +0000 Subject: Corrections to some of Kaiser's previous commits. Also, significant work on dialog engine, p_enemy code, and support for all new mapthing_t flag values in P_SpawnMapThing. Subversion-branch: /branches/strife-branch Subversion-revision: 2015 --- src/strife/p_pspr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/p_pspr.c') diff --git a/src/strife/p_pspr.c b/src/strife/p_pspr.c index 6696e153..55264a20 100644 --- a/src/strife/p_pspr.c +++ b/src/strife/p_pspr.c @@ -644,7 +644,7 @@ void A_FirePoisonBolt(player_t* player, pspdef_t* pspr) fixed_t bulletslope; -void P_BulletSlope (mobj_t* mo) +void P_BulletSlope (mobj_t *mo) { angle_t an; -- cgit v1.2.3