diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-04 13:51:57 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 361c1319328308341d00a8c6dacc28e6096dd041 (patch) | |
| tree | c12d0801b0d98868fe4fbad4a92e915e27dc9551 /src/kshape.c | |
| parent | 332acfbf8bacc4beac1f7e7dd25f06ae0d39f53f (diff) | |
Removed most references to PSX, Saturn and E3 Demo.
Diffstat (limited to 'src/kshape.c')
| -rw-r--r-- | src/kshape.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kshape.c b/src/kshape.c index dd20815..299b3b8 100644 --- a/src/kshape.c +++ b/src/kshape.c @@ -139,8 +139,6 @@ void DrawWaterFallPoly(VECTORCH *v); * they will end up in high memory on the Saturn. * ************************************************************************************KJL*/ -VECTORCH Global_LightVector={1,}; - /* Global variables and arrays */ @@ -160,10 +158,6 @@ VECTORCH MorphedPts[maxmorphPts]; #endif /* SupportMorphing */ -#if Saturn -extern int PolygonSubdivideEntry(POLYHEADER* itemptr); -#endif - static COLOURINTENSITIES ColourIntensityArray[maxrotpts]; |
