Renamed gl_warp_sin.h to .-c

This commit is contained in:
Joseph Carter 2000-03-04 10:22:27 +00:00
parent fdfa130c9b
commit 6dc6e13b3c
2 changed files with 1 additions and 1 deletions

View File

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