mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
nonintel stuff makes more sense in nonintel.c
This commit is contained in:
parent
ee8bdb0742
commit
d9b509b885
4 changed files with 6 additions and 10 deletions
|
@ -30,9 +30,11 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef USE_INTEL_ASM
|
||||
|
||||
int r_bmodelactive;
|
||||
|
||||
|
||||
void
|
||||
R_Surf8Patch ()
|
||||
{
|
||||
|
|
|
@ -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 };
|
||||
|
|
|
@ -30,9 +30,11 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef USE_INTEL_ASM
|
||||
|
||||
int r_bmodelactive;
|
||||
|
||||
|
||||
void
|
||||
R_Surf8Patch (void)
|
||||
{
|
||||
|
|
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue