summaryrefslogtreecommitdiffstats
path: root/src/render
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-26 11:43:57 +0100
committeraap <aap@papnet.eu>2020-12-26 11:43:57 +0100
commit8737a1d76a7d51cfd2e06938ebf77aabd8925f24 (patch)
treed1e98d1fd453ff5980cea8291c9299aa1d8d5bbe /src/render
parentMerge remote-tracking branch 'upstream/miami' into miami (diff)
downloadre3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.tar
re3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.tar.gz
re3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.tar.bz2
re3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.tar.lz
re3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.tar.xz
re3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.tar.zst
re3-8737a1d76a7d51cfd2e06938ebf77aabd8925f24.zip
Diffstat (limited to 'src/render')
-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 7012f956..ebcaba67 100644
--- a/src/render/Particle.cpp
+++ b/src/render/Particle.cpp
@@ -411,9 +411,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