Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJanne Karhu <jhkarh@gmail.com>2008-04-07 09:54:19 +0400
committerJanne Karhu <jhkarh@gmail.com>2008-04-07 09:54:19 +0400
commit391191a7e3a38e80250bd67fce9d588648f2eb4d (patch)
tree7b03b2cce7761380df2a721fdceff8486958106f /source
parente4d25da6989fe361202efce9b371782aef809bac (diff)
Silly copypaste mistake. Thanks for noticing!
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/buttons_object.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c
index 91cdc90a7df..af0c06bc3d4 100644
--- a/source/blender/src/buttons_object.c
+++ b/source/blender/src/buttons_object.c
@@ -2323,10 +2323,6 @@ void do_object_panels(unsigned short event)
BLI_addtail(&ob->particlesystem,psys);
md= modifier_new(eModifierType_ParticleSystem);
-/*
-fixme - warning: too many arguments for format
- sprintf(md->name, "FluidParticleSystem", BLI_countlist(&ob->particlesystem));
-*/
sprintf(md->name, "FluidParticleSystem");
psmd= (ParticleSystemModifierData*) md;
psmd->psys=psys;