diff --git a/nq/source/nonintel.c b/nq/source/nonintel.c index d56c355cb..2f00803be 100644 --- a/nq/source/nonintel.c +++ b/nq/source/nonintel.c @@ -30,9 +30,11 @@ # include "config.h" #endif - #ifndef USE_INTEL_ASM +int r_bmodelactive; + + void R_Surf8Patch () { diff --git a/nq/source/sw_rmain.c b/nq/source/sw_rmain.c index a464641bd..d9edeed79 100644 --- a/nq/source/sw_rmain.c +++ b/nq/source/sw_rmain.c @@ -53,10 +53,6 @@ #include "r_local.h" #include "view.h" -#ifndef USE_INTEL_ASM -int r_bmodelactive; -#endif - void *colormap; vec3_t viewlightvec; alight_t r_viewlighting = { 128, 192, viewlightvec }; diff --git a/qw/source/nonintel.c b/qw/source/nonintel.c index 43b0564ee..907e44796 100644 --- a/qw/source/nonintel.c +++ b/qw/source/nonintel.c @@ -30,9 +30,11 @@ # include "config.h" #endif - #ifndef USE_INTEL_ASM +int r_bmodelactive; + + void R_Surf8Patch (void) { diff --git a/qw/source/sw_rmain.c b/qw/source/sw_rmain.c index a464641bd..d9edeed79 100644 --- a/qw/source/sw_rmain.c +++ b/qw/source/sw_rmain.c @@ -53,10 +53,6 @@ #include "r_local.h" #include "view.h" -#ifndef USE_INTEL_ASM -int r_bmodelactive; -#endif - void *colormap; vec3_t viewlightvec; alight_t r_viewlighting = { 128, 192, viewlightvec };