Routine purge of compiler warnings

* Most were uninitialised vars
* Fixed whitespace in a few places 
* The change I made in rendercore.c -> do_bake_shade() was for an uninitialised var, but I hope it does't cause any rendering errors...
This commit is contained in:
2007-12-30 23:27:35 +00:00
parent 71f8eaa04b
commit d00d1f1c89
5 changed files with 20 additions and 21 deletions

View File

@@ -3752,7 +3752,6 @@ static void object_panel_particle_extra(Object *ob)
ParticleSettings *part;
short butx=0, buty=160, butw=150, buth=20;
static short vgnum=0;
int event;
if (psys==NULL) return;
part=psys->part;