remove bump test (forceautobump)

This commit is contained in:
koolsmoky
2004-12-25 17:52:46 +00:00
parent 65c280be54
commit 1b65b3fe37
2 changed files with 1 additions and 2 deletions

View File

@@ -2122,7 +2122,6 @@ struct _GlideRoot_s {
FxBool texSubLodDither; /* always do subsample mipmap dithering */
FxBool aaClip; /* clean out AA garbage */
FxBool forceAutoBump; /* force Auto bump? */
#if CHECK_SLAVE_SWAPCMD
FxU32 checkSlaveSwapCMD; /* check swap commands across all chips */
#endif

View File

@@ -2477,7 +2477,7 @@ GR_EXT_ENTRY(grSstWinOpenExt, GrContext_t, ( FxU32 hWnd,
#if __POWERPC__
if (!hwcInitAGPFifo(bInfo, FXFALSE)) {
#else
if (!hwcInitAGPFifo(bInfo, _GlideRoot.environment.forceAutoBump/*FXTRUE*/)) {
if (!hwcInitAGPFifo(bInfo, _GlideRoot.environment.autoBump/*FXTRUE*/)) {
#endif
hwcRestoreVideo(bInfo);
GrErrorCallback(hwcGetErrorString(), FXFALSE);