summaryrefslogtreecommitdiffstats
path: root/src/render
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2020-06-11 10:36:45 +0200
committermajestic <majesticcoding@gmail.com>2020-06-11 10:36:45 +0200
commit2cc8ecbb90b044fc10829d14dc7e21d46af826e1 (patch)
tree2c384028eee984c3389ae3f87f5b33f07c2d207a /src/render
parentoriginal multiplying rotational cords for minigun (diff)
downloadre3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.tar
re3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.tar.gz
re3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.tar.bz2
re3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.tar.lz
re3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.tar.xz
re3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.tar.zst
re3-2cc8ecbb90b044fc10829d14dc7e21d46af826e1.zip
Diffstat (limited to 'src/render')
-rw-r--r--src/render/Fluff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Fluff.cpp b/src/render/Fluff.cpp
index 9074ee66..9770eb0a 100644
--- a/src/render/Fluff.cpp
+++ b/src/render/Fluff.cpp
@@ -22,7 +22,7 @@
bool CSmokeTrails::CigOn = false;
CSmokeTrail CSmokeTrails::aSmoke[3];
-extern RwImVertexIndex SmokeTrailIndices[32] = { 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8,
+RwImVertexIndex SmokeTrailIndices[32] = { 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8,
9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16 };
float RandomSmoke[16] = { 10.0f, 5.0f, -1.0f, -9.0f, -7.0f, -1.0f, 0.0f, 3.0f, 6.0f, 7.0f, 4.0f, 2.0f,