From 091f93809ee554571a6ed6145b8ac69f17814d91 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 30 Oct 2008 02:10:50 +0000 Subject: Factor out Heretic and Hexen versions of m_misc.c. Make -file for Heretic and Hexen use WAD path lookup. Subversion-branch: /branches/raven-branch Subversion-revision: 1368 --- src/hexen/h2def.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/hexen/h2def.h') diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h index a00d90bd..2a64dee0 100644 --- a/src/hexen/h2def.h +++ b/src/hexen/h2def.h @@ -237,9 +237,6 @@ typedef struct fixed_t x, y, z; } degenmobj_t; -// Most damage defined using HITDICE -#define HITDICE(a) ((1+(P_Random()&7))*a) - // // frame flags // @@ -975,22 +972,6 @@ int R_CheckTextureNumForName(char *name); //---- extern int localQuakeHappening[MAXPLAYERS]; -void M_ExtractFileBase(char *path, char *dest); - -void M_ForceUppercase(char *text); -// Changes a string to uppercase - -int M_Random(void); -int P_Random(void); -// returns a number from 0 to 255 - -extern unsigned char rndtable[256]; -extern int prndindex; -// as M_Random, but used only by the play simulation - -void M_ClearRandom(void); -// fix randoms for demos - int M_DrawText(int x, int y, boolean direct, char *string); //------------------------------ -- cgit v1.2.3