* warnings fixes

This commit is contained in:
2005-11-29 05:08:29 +00:00
parent 9321e844bd
commit 65ce2c2cee
4 changed files with 17 additions and 17 deletions

View File

@@ -298,7 +298,7 @@ PyObject *M_Particle_New( PyObject * self, PyObject * args )
"couldn't create Effect Data in Blender" );
}
pyeffect->effect = bleffect;
pyeffect->effect = (PartEff *)bleffect;
BLI_addtail( &ob->effect, bleffect );
return ( PyObject * ) pyeffect;