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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user