From 7e6f74e429aec0e6fa9041f8647a7bab32eea0c4 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 13 Dec 2006 04:44:17 +0000 Subject: Dehacked and BEX support for Doom - currently only supports a DEHACKED file in a WAD (not as a standalone file yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11738 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/p_pspr.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/plugins/doom/p_pspr.c') diff --git a/apps/plugins/doom/p_pspr.c b/apps/plugins/doom/p_pspr.c index 9ef9e73..c3bc422 100644 --- a/apps/plugins/doom/p_pspr.c +++ b/apps/plugins/doom/p_pspr.c @@ -46,9 +46,7 @@ #define WEAPONBOTTOM (FRACUNIT*128) #define WEAPONTOP (FRACUNIT*32) -// plasma cells for a bfg attack -#define BFGCELLS 40 -//#define BFGCELLS bfgcells /* Ty 03/09/98 externalized in p_inter.c */ +#define BFGCELLS bfgcells /* Ty 03/09/98 externalized in p_inter.c */ extern void P_Thrust(player_t *, angle_t, fixed_t); -- cgit v1.1