From ded5e702b8f28f9eb2d5322d47f0cd08e93cb74b Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Sat, 4 Sep 2010 06:34:42 +0000 Subject: + Found nearly duplicate names (MT_MINIMISSLE and MT_MINIMISLE). Corrected names + Majority of player action code pointers implemented + Removed all unused Doom player codepointers + P_SpawnPlayerMissile now returns a mobj Subversion-branch: /branches/strife-branch Subversion-revision: 2009 --- src/strife/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/info.c') diff --git a/src/strife/info.c b/src/strife/info.c index a89c8842..d1decf6d 100644 --- a/src/strife/info.c +++ b/src/strife/info.c @@ -6938,7 +6938,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = "flame thrower parts", //namepointer }, - { /*MT_MINIMISSILE*/ + { /*MT_MISSILELAUNCHER*/ 2003, //doomednum S_MMSL_00, //spawnstate 1000, //spawnhealth -- cgit v1.2.3