diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-27 21:41:02 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 8b4a564235635f7a666aedc0fc79913865ad56b5 (patch) | |
| tree | f8cd76c7cc8333cbf471cf4139264eac1696f39f /src/kshape.c | |
| parent | 936a5198e46e3c7a8f72959373a69336b1697e76 (diff) | |
Few more files compile.
Diffstat (limited to 'src/kshape.c')
| -rw-r--r-- | src/kshape.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kshape.c b/src/kshape.c index c7d4883..29de827 100644 --- a/src/kshape.c +++ b/src/kshape.c @@ -7228,13 +7228,11 @@ void RenderBoomSphere(VECTORCH *position, int radius) } } - - #endif + int Alpha[SPHERE_VERTICES]; void RenderExplosionSurface(VOLUMETRIC_EXPLOSION *explosionPtr) { - extern D3DTEXTUREHANDLE FMVTextureHandle[]; int red,green,blue; switch (CurrentVisionMode) |
