comparison AnimationMaster.c @ 259:0dc0b8653902

New Brch -- ML_dev -- used to develop multi-lang capability in VMS, using VSs
author Sean Halle <seanhalle@yahoo.com>
date Mon, 03 Sep 2012 03:34:54 -0700
parents b95711c6965c
children f5b110414453 999f2966a3e5
comparison
equal deleted inserted replaced
6:063efb5235fd 7:0145129a40f5
152 numSlotsFilled = 0; 152 numSlotsFilled = 0;
153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++) 153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++)
154 { 154 {
155 currSlot = animSlots[ slotIdx ]; 155 currSlot = animSlots[ slotIdx ];
156 156
157 //Check if newly-done slave in slot, which will need request handld 157 //Check if newly-done slave in slot, which will need request handled
158 if( currSlot->workIsDone ) 158 if( currSlot->workIsDone )
159 { 159 {
160 currSlot->workIsDone = FALSE; 160 currSlot->workIsDone = FALSE;
161 currSlot->needsSlaveAssigned = TRUE; 161 currSlot->needsSlaveAssigned = TRUE;
162 162