Made sin/cos tables const.
Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about.
This commit is contained in:
parent
d5830bb440
commit
c3cc5eb878
27 changed files with 13 additions and 86 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue