More cruft removal.
This commit is contained in:
parent
e41ad4ac5c
commit
d5c94a666b
4 changed files with 0 additions and 14 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
/*
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue