summaryrefslogtreecommitdiff
path: root/src/kshape.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-04-27 01:45:21 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitc3cc5eb87891c06b636409342fd86e4d8893c549 (patch)
treeec3a39a8310ff0b11a4043a82689c2e9fc1cf515 /src/kshape.c
parentd5830bb440f885878dc580e94a7364e4c5f6a044 (diff)
Made sin/cos tables const.
Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about.
Diffstat (limited to 'src/kshape.c')
-rw-r--r--src/kshape.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/kshape.c b/src/kshape.c
index 2202c17..dd20815 100644
--- a/src/kshape.c
+++ b/src/kshape.c
@@ -133,14 +133,6 @@ void FindZFromXYIntersection(VECTORCH *startPtr, VECTORCH *directionPtr, VECTORC
void AddToTranslucentPolyList(POLYHEADER *inputPolyPtr,RENDERVERTEX *renderVerticesPtr);
void DrawWaterFallPoly(VECTORCH *v);
-#if platform_pc
-extern int sine[];
-extern int cosine[];
-#endif
-
-
-//extern int ItemCount;
-
/*KJL************************************************************************************
* N.B. All the following global variables have their first elements initialised so that *