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
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-01-18 02:38:53 +0300
committerJoshua Leung <aligorith@gmail.com>2008-01-18 02:38:53 +0300
commit0db1666b6e178d9d4fe948f591666c5d094a8213 (patch)
treeaf9782341790592d3ee86673588c288b3e4e08c3 /source/blender/src/editparticle.c
parent44c31bb04523799bf918bb4e519c0ebad4c0b9b1 (diff)
Routine purge of compiler warnings
Diffstat (limited to 'source/blender/src/editparticle.c')
-rw-r--r--source/blender/src/editparticle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editparticle.c b/source/blender/src/editparticle.c
index ea93ba7a090..d70b8620ae8 100644
--- a/source/blender/src/editparticle.c
+++ b/source/blender/src/editparticle.c
@@ -2015,7 +2015,7 @@ RadialControl **PE_radialcontrol()
void PE_radialcontrol_start(const int mode)
{
ParticleEditSettings *pset = PE_settings();
- int orig;
+ int orig= 1;
if(pset->brushtype>=0) {
ParticleBrushData *brush= &pset->brush[pset->brushtype];