diff --git a/source/glest_game/graphics/particle_type.h b/source/glest_game/graphics/particle_type.h index d008d83ad..dea1436db 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;