From 1fc397741ffd103629cce3d06946865a7bc437c3 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Sat, 4 Sep 2010 21:06:30 +0000 Subject: + p_pspr.c almost completed. Needs A_FireSigil to be implemented + ammo arrays updated + All codepointers (except a_firesigil) added + Additional enumerations added to psprites Subversion-branch: /branches/strife-branch Subversion-revision: 2010 --- src/strife/p_enemy.c | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/strife/p_enemy.c') diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index 55ad8910..0a9eab0d 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -2532,30 +2532,4 @@ void A_FlameDeath(mobj_t* actor) void A_ClearForceField(mobj_t* actor) { -} - - -void A_FireSigil(mobj_t* actor) -{ - -} - -void A_GunFlashThinker(mobj_t* actor) -{ - -} - -void A_SigilShock(mobj_t* actor) -{ - -} - -void A_TorpedoExplode(mobj_t* actor) -{ - -} - -void A_MaulerSound(mobj_t* actor) -{ - } \ No newline at end of file -- cgit v1.2.3