From b38e7cb054cc8b526d4dd594e7e36775639b79dc Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Wed, 2 Oct 2013 22:31:04 +0000 Subject: [PATCH] and one more "int" which should be "float" ( at the moment ) --- source/glest_game/graphics/particle_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/graphics/particle_type.h b/source/glest_game/graphics/particle_type.h index d008d83a..dea1436d 100644 --- a/source/glest_game/graphics/particle_type.h +++ b/source/glest_game/graphics/particle_type.h @@ -66,7 +66,7 @@ protected: float sizeNoEnergy; float speed; float gravity; - int emissionRate; + float emissionRate; int energyMax; int energyVar; string mode;