summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-04 21:06:30 +0000
committerSamuel Villareal2010-09-04 21:06:30 +0000
commit1fc397741ffd103629cce3d06946865a7bc437c3 (patch)
tree3070bfd59449bb806b0e91a8980e70fb5b57871e /src/strife/p_enemy.c
parentded5e702b8f28f9eb2d5322d47f0cd08e93cb74b (diff)
downloadchocolate-doom-1fc397741ffd103629cce3d06946865a7bc437c3.tar.gz
chocolate-doom-1fc397741ffd103629cce3d06946865a7bc437c3.tar.bz2
chocolate-doom-1fc397741ffd103629cce3d06946865a7bc437c3.zip
+ 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
Diffstat (limited to 'src/strife/p_enemy.c')
-rw-r--r--src/strife/p_enemy.c26
1 files changed, 0 insertions, 26 deletions
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