Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff AnimationMaster.c @ 236:d9053472d0db
minor bug fixes, and name chg
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Sat, 17 Mar 2012 00:41:34 -0700 |
| parents | ecbf6992dab4 |
| children | b95711c6965c |
line diff
1.1 --- a/AnimationMaster.c Fri Mar 16 23:40:55 2012 -0700 1.2 +++ b/AnimationMaster.c Sat Mar 17 00:41:34 2012 -0700 1.3 @@ -149,7 +149,7 @@ 1.4 1.5 //Scan the animation slots 1.6 numSlotsFilled = 0; 1.7 - for( slotIdx = 0; slotIdx < NUM_SCHED_SLOTS; slotIdx++) 1.8 + for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++) 1.9 { 1.10 currSlot = animSlots[ slotIdx ]; 1.11
