From 25e014bf2602d3f145da54a9329854aa615a3f75 Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 6 Sep 2010 22:13:13 +0000 Subject: Fixes to Inquisitor grenades, Loremaster hookshot spawn, and P_SpawnFacingMissile. Subversion-branch: /branches/strife-branch Subversion-revision: 2024 --- src/strife/p_enemy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/p_enemy.c') diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index e62f6bd6..e7de0dbd 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -2054,7 +2054,7 @@ void A_FireChainShot(mobj_t* actor) { S_StartSound(actor, sfx_tend); - P_SpawnMobj(actor->x, actor->y, actor->z, actor->z); + P_SpawnMobj(actor->x, actor->y, actor->z, MT_CHAINSHOT); // haleyjd: fixed type P_SpawnMobj(actor->x - (actor->momx >> 1), actor->y - (actor->momy >> 1), -- cgit v1.2.3