nonintel stuff makes more sense in nonintel.c

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-20 21:47:18 +00:00
parent ee8bdb0742
commit d9b509b885
4 changed files with 6 additions and 10 deletions

View file

@ -30,9 +30,11 @@
# include "config.h"
#endif
#ifndef USE_INTEL_ASM
int r_bmodelactive;
void
R_Surf8Patch ()
{

View file

@ -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 };

View file

@ -30,9 +30,11 @@
# include "config.h"
#endif
#ifndef USE_INTEL_ASM
int r_bmodelactive;
void
R_Surf8Patch (void)
{

View file

@ -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 };