summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-26 11:43:43 +0100
committeraap <aap@papnet.eu>2020-12-26 11:43:43 +0100
commit612470cb3f88c0bf59be8684f9c251e7c93497ef (patch)
tree2d109612520f186310737eec746a1b02adf0e86e
parentinsert logo to README (diff)
downloadre3-612470cb3f88c0bf59be8684f9c251e7c93497ef.tar
re3-612470cb3f88c0bf59be8684f9c251e7c93497ef.tar.gz
re3-612470cb3f88c0bf59be8684f9c251e7c93497ef.tar.bz2
re3-612470cb3f88c0bf59be8684f9c251e7c93497ef.tar.lz
re3-612470cb3f88c0bf59be8684f9c251e7c93497ef.tar.xz
re3-612470cb3f88c0bf59be8684f9c251e7c93497ef.tar.zst
re3-612470cb3f88c0bf59be8684f9c251e7c93497ef.zip
-rw-r--r--src/render/Particle.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/Particle.cpp b/src/render/Particle.cpp
index f175c264..844b6acd 100644
--- a/src/render/Particle.cpp
+++ b/src/render/Particle.cpp
@@ -388,9 +388,11 @@ void CParticle::Initialise()
gpFlame5Tex = RwTextureRead("flame5", nil);
-#ifdef FIX_BUGS
+//#ifdef FIX_BUGS
+#if 0
gpFlame5Raster = RwTextureGetRaster(gpFlame5Tex);
#else
+ // this seems to have become more of a design choice
gpFlame5Raster = RwTextureGetRaster(gpFlame1Tex); // copy-paste bug ?
#endif