From 49c65433cc87ceb8a40b52ccf9ed22151c425f4b Mon Sep 17 00:00:00 2001 From: Janne Karhu Date: Wed, 2 Apr 2008 17:48:46 +0000 Subject: Fix for bug: [#8117] Particles with fluid broken -Handling of fluid particles was not coded at all -Now things should work properly, but as fluid particles are not very familiar to me I'd appreciate some thorough testing --- source/blender/makesdna/DNA_particle_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_particle_types.h') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index 18dba7f398d..2203de1c862 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -221,6 +221,7 @@ typedef struct ParticleSystem{ #define PART_EMITTER 0 #define PART_REACTOR 1 #define PART_HAIR 2 +#define PART_FLUID 3 /* part->flag */ #define PART_REACT_STA_END 1 -- cgit v1.2.3