summaryrefslogtreecommitdiff
path: root/src/strife/p_pspr.h
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_pspr.h
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_pspr.h')
-rw-r--r--src/strife/p_pspr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/p_pspr.h b/src/strife/p_pspr.h
index 1ae7433b..e88e7413 100644
--- a/src/strife/p_pspr.h
+++ b/src/strife/p_pspr.h
@@ -63,6 +63,9 @@ typedef enum
{
ps_weapon,
ps_flash,
+ ps_targleft, // villsa [STRIFE]
+ ps_targright, // villsa [STRIFE]
+ ps_targcenter, // villsa [STRIFE]
NUMPSPRITES
} psprnum_t;