diff AnimationMaster.c @ 233:a0ac58d8201c

cleaning -- more general rearrangement, moving things and adding comments
author Some Random Person <seanhalle@yahoo.com>
date Fri, 16 Mar 2012 09:39:53 -0700
parents 421bde2a07d7
children ecbf6992dab4
line diff
     1.1 --- a/AnimationMaster.c	Thu Mar 15 20:47:54 2012 -0700
     1.2 +++ b/AnimationMaster.c	Fri Mar 16 09:39:53 2012 -0700
     1.3 @@ -183,7 +183,7 @@
     1.4              //put the chosen slave into slot, and adjust flags and state
     1.5           if( assignedSlaveVP != NULL )
     1.6            { currSlot->slaveAssignedToSlot = assignedSlaveVP;
     1.7 -            assignedSlaveVP->schedSlot       = currSlot;
     1.8 +            assignedSlaveVP->schedSlotAssignedTo       = currSlot;
     1.9              currSlot->needsSlaveAssigned  = FALSE;
    1.10              numSlotsFilled               += 1;
    1.11            }