More cruft removal.

This commit is contained in:
Steven Fuller 2008-05-03 21:44:18 -07:00 committed by Patryk Obara
parent e41ad4ac5c
commit d5c94a666b
4 changed files with 0 additions and 14 deletions

View file

@ -1124,7 +1124,6 @@ void D3D_ZBufferedGouraudTexturedPolygon_Output(POLYHEADER *inputPolyPtr,RENDERV
if(CurrentRenderStates.FogIsOn && vertices->Z>5000)//CurrentRenderStates.FogDistance)
{
// extern int sine[];
// extern int CloakingPhase;
int brightness = (vertices->R+vertices->G+vertices->B)*86*3;
@ -2956,8 +2955,6 @@ void D3D_FMVParticle_Output(RENDERVERTEX *renderVerticesPtr)
extern int CloakingPhase;
extern int sine[];
extern int cosine[];
extern int NumActiveBlocks;
extern DISPLAYBLOCK *ActiveBlockList[];
extern int GlobalAmbience;

View file

@ -10,17 +10,12 @@
*/
extern const int sine[4096];
extern const int cosine[4096];
extern const short ArcCosTable[4096];
extern const short ArcSineTable[4096];
extern const short ArcTanTable[256];
extern LONGLONGCH ll_zero;
extern int NormalFrameTime;
/*

View file

@ -41,10 +41,6 @@
#endif
#include "db.h" /* Contains most off the interface. */
/* G L O B A L S ****************************************************** */
/* Have external linkage. */
volatile BOOL DZ_NULL;
/* This variable dictates whether macros ending _opt get executed. */
int db_option = 0; /* Default is off. */

View file

@ -153,8 +153,6 @@ extern unsigned char AttemptVideoModeRestart;
extern VIDEORESTARTMODES VideoRestartMode;
extern BOOL MMXAvailable;
extern BOOL D3DHardwareAvailable;
extern int cosine[];
extern int sine[];
BOOL really_32_bit = 0;