summaryrefslogtreecommitdiff
path: root/src/heretic/p_pspr.c
diff options
context:
space:
mode:
authorSimon Howard2010-02-07 00:59:56 +0000
committerSimon Howard2010-02-07 00:59:56 +0000
commitabb5f33199e6fe036d068b5a5f59e58e1505eb8e (patch)
tree47a4df657c3301ea2db7c58fcc613bc96ba905c1 /src/heretic/p_pspr.c
parentc33c1fa07680ef07540fb1c48a323bdc816e3e77 (diff)
downloadchocolate-doom-abb5f33199e6fe036d068b5a5f59e58e1505eb8e.tar.gz
chocolate-doom-abb5f33199e6fe036d068b5a5f59e58e1505eb8e.tar.bz2
chocolate-doom-abb5f33199e6fe036d068b5a5f59e58e1505eb8e.zip
Add back unused phoenix rod object, frames, and dummy action pointer.
These were in Heretic 1.0 but were later removed. Also add comments to info.h noting fire-death frames that were added Heretic 1.0. This is necessary for HHE support. Subversion-branch: /branches/raven-branch Subversion-revision: 1854
Diffstat (limited to 'src/heretic/p_pspr.c')
-rw-r--r--src/heretic/p_pspr.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/heretic/p_pspr.c b/src/heretic/p_pspr.c
index 7f9660ac..bd47c9a1 100644
--- a/src/heretic/p_pspr.c
+++ b/src/heretic/p_pspr.c
@@ -1650,6 +1650,17 @@ void A_PhoenixPuff(mobj_t * actor)
puff->momz = 0;
}
+//
+// This function was present in the Heretic 1.0 executable for the
+// removed "secondary phoenix flash" object (MT_PHOENIXFX_REMOVED).
+// The purpose of this object is unknown, as is this function.
+//
+
+void A_RemovedPhoenixFunc(mobj_t *actor)
+{
+ I_Error("Action function invoked for removed Phoenix action!");
+}
+
//----------------------------------------------------------------------------
//
// PROC A_InitPhoenixPL2