Added extern to gammatable. Table is "stored" in r_view.c

This commit is contained in:
Dabb 2000-06-04 09:30:49 +00:00
parent 59f1871a16
commit 2508ef4264
2 changed files with 1 additions and 2 deletions

View file

@ -125,7 +125,7 @@ cvar_t *r_skyname;
extern cvar_t *gl_ztrick;
extern cvar_t *scr_fov;
byte gammatable[256];
extern byte gammatable[256];
static float vid_gamma = 1.0;
/*

View file

@ -2201,7 +2201,6 @@ InputName=worlda
cl /D "USE_INTEL_ASM=1" /D "HAVE_CONFIG_H=1" /I "..\source" /I "..\include" /I "..\include\win32\vc" /I "..\include\win32" /nologo /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
..\tools\gas2masm\debug\gas2masm < $(OUTDIR)\$(InputName).spp > $(OUTDIR)\$(InputName).asm
ml /nologo /c /Cp /coff /Zi /H64 /Fo$(OUTDIR)\$(InputName).obj $(OUTDIR)\$(InputName).asm
del $(OUTDIR)\$(InputName).spp
# End Custom Build