From 0a8ffaecd957e52c0a0a6e36a60e423025c80f2e Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 8 Apr 2012 04:35:39 +0000 Subject: [PATCH] - I guess I should make sure things compile before I commit them. SVN r3537 (trunk) --- src/p_effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_effect.cpp b/src/p_effect.cpp index d6c4c3a5f..7edaf8120 100644 --- a/src/p_effect.cpp +++ b/src/p_effect.cpp @@ -151,7 +151,7 @@ void P_InitParticles () NumParticles = r_maxparticles; // This should be good, but eh... - NumParticles = clamp(NumParticles, 100, 65535); + NumParticles = clamp(NumParticles, 100, 65535); P_DeinitParticles(); Particles = new particle_t[NumParticles];