]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_physics.qc
Correct ground impact particle count when healthsize is disabled
[voretournament/voretournament.git] / data / qcsrc / server / cl_physics.qc
index 9e000474b19d2c722196a1782ec299f26cb34b32..a201643540316726cb25a6a18020336e1986256d 100644 (file)
@@ -912,12 +912,12 @@ void SV_PlayerPhysics()
                                        if(trace_dphitq3surfaceflags & Q3SURFACEFLAG_METALSTEPS)\r
                                        {\r
                                                GlobalSound(globalsound_metalfall, CHAN_PLAYER, VOICETYPE_PLAYERSOUND, VOL_BASE);\r
-                                               pointparticles(particleeffectnum("ground_metal"), self.origin, '0 0 0', 1);\r
+                                               pointparticles(particleeffectnum("ground_metal"), self.origin, '0 0 0', PARTICLE_MULTIPLIER);\r
                                        }\r
                                        else\r
                                        {\r
                                                GlobalSound(globalsound_fall, CHAN_PLAYER, VOICETYPE_PLAYERSOUND, VOL_BASE);\r
-                                               pointparticles(particleeffectnum("ground_dirt"), self.origin, '0 0 0', 1);\r
+                                               pointparticles(particleeffectnum("ground_dirt"), self.origin, '0 0 0', PARTICLE_MULTIPLIER);\r
                                        }\r
                                }\r
                        }\r