From d1f7ae29a20ab07626cd45d38f6e3be60eaa3f15 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Feb 2019 22:20:29 +1100 Subject: Cleanup: use "_pad" prefix for pad vars --- source/blender/makesdna/DNA_particle_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 cc0c4cd6f4c..dc6e9dd05a1 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -217,7 +217,8 @@ typedef struct ParticleSettings { float timetweak, courant_target; float jitfac, eff_hair, grid_rand, ps_offset[1]; int totpart, userjit, grid_res, effector_amount; - short time_flag, time_pad[3]; + short time_flag; + char _pad0[6]; /* initial velocity factors */ float normfac, obfac, randfac, partfac, tanfac, tanphase, reactfac; -- cgit v1.2.3