Ack, where did all the chairs go!

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-09 18:45:38 +00:00
parent 910e76a900
commit febf62ad9d
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/* /*
gl_warp_sin.h gl_warp_sin.h
(description) Use LUT for sin, faster on most cpus.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.

View file

@ -214,7 +214,7 @@ GL_SubdivideSurface (msurface_t *fa)
// speed up sin calculations - Ed // speed up sin calculations - Ed
float turbsin[] = { float turbsin[] = {
# include "QF/gl_warp_sin.h" # include "gl_warp_sin.h"
}; };
#define TURBSCALE (256.0 / (2 * M_PI)) #define TURBSCALE (256.0 / (2 * M_PI))

View file

@ -189,7 +189,7 @@ GL_SubdivideSurface (msurface_t *fa)
// speed up sin calculations - Ed // speed up sin calculations - Ed
float turbsin[] = { float turbsin[] = {
# include "QF/gl_warp_sin.h" # include "gl_warp_sin.h"
}; };