mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
Added extern to gammatable. Table is "stored" in r_view.c
This commit is contained in:
parent
59f1871a16
commit
2508ef4264
2 changed files with 1 additions and 2 deletions
|
@ -125,7 +125,7 @@ cvar_t *r_skyname;
|
||||||
extern cvar_t *gl_ztrick;
|
extern cvar_t *gl_ztrick;
|
||||||
extern cvar_t *scr_fov;
|
extern cvar_t *scr_fov;
|
||||||
|
|
||||||
byte gammatable[256];
|
extern byte gammatable[256];
|
||||||
static float vid_gamma = 1.0;
|
static float vid_gamma = 1.0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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)
|
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
|
..\tools\gas2masm\debug\gas2masm < $(OUTDIR)\$(InputName).spp > $(OUTDIR)\$(InputName).asm
|
||||||
ml /nologo /c /Cp /coff /Zi /H64 /Fo$(OUTDIR)\$(InputName).obj $(OUTDIR)\$(InputName).asm
|
ml /nologo /c /Cp /coff /Zi /H64 /Fo$(OUTDIR)\$(InputName).obj $(OUTDIR)\$(InputName).asm
|
||||||
del $(OUTDIR)\$(InputName).spp
|
|
||||||
|
|
||||||
# End Custom Build
|
# End Custom Build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue