mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Renamed gl_warp_sin.h to .-c
This commit is contained in:
parent
fdfa130c9b
commit
6dc6e13b3c
2 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue