summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/p_pspr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/p_pspr.c')
-rw-r--r--apps/plugins/doom/p_pspr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/doom/p_pspr.c b/apps/plugins/doom/p_pspr.c
index 9ef9e73978..c3bc422df8 100644
--- a/apps/plugins/doom/p_pspr.c
+++ b/apps/plugins/doom/p_pspr.c
@@ -46,9 +46,7 @@
46#define WEAPONBOTTOM (FRACUNIT*128) 46#define WEAPONBOTTOM (FRACUNIT*128)
47#define WEAPONTOP (FRACUNIT*32) 47#define WEAPONTOP (FRACUNIT*32)
48 48
49// plasma cells for a bfg attack 49#define BFGCELLS bfgcells /* Ty 03/09/98 externalized in p_inter.c */
50#define BFGCELLS 40
51//#define BFGCELLS bfgcells /* Ty 03/09/98 externalized in p_inter.c */
52 50
53extern void P_Thrust(player_t *, angle_t, fixed_t); 51extern void P_Thrust(player_t *, angle_t, fixed_t);
54 52