Difference for plugins/cfanim/cfanim.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 432
 
Line 432
     return strcmp ( ((CFanimationHook*)a)->name,((CFanimationHook*)b)->name);      return strcmp ( ((CFanimationHook*)a)->name,((CFanimationHook*)b)->name);
 }  }
   
 void prepare_commands ()  void prepare_commands (void)
 {  {
     qsort (animationbox,animationcount,sizeof (CFanimationHook),compareAnims);      qsort (animationbox,animationcount,sizeof (CFanimationHook),compareAnims);
     ordered_commands=1;      ordered_commands=1;
Line 591
 
Line 591
 /*  /*
  * return a new animation pointer inserted in the list of animations   * return a new animation pointer inserted in the list of animations
  */   */
 CFanimation* create_animation()  CFanimation* create_animation(void)
 {  {
     CFanimation* new;      CFanimation* new;
     CFanimation* current;      CFanimation* current;
Line 872
 
Line 872
     cf_object_set_flag(animation->victim, FLAG_WIZ,0);      cf_object_set_flag(animation->victim, FLAG_WIZ,0);
 }  }
   
 void animate()  void animate(void)
 {  {
     CFanimation* current;      CFanimation* current;
     CFanimation* next;      CFanimation* next;
Line 917
 
Line 917
   
   
   
 void initContextStack()  void initContextStack(void)
 {  {
     current_context = NULL;      current_context = NULL;
     context_stack = NULL;      context_stack = NULL;
Line 986
 
Line 986
     return -1;      return -1;
 }  }
   
 CF_PLUGIN int postInitPlugin()  CF_PLUGIN int postInitPlugin(void)
 {  {
     int hooktype = 1;      int hooktype = 1;
     int rtype = 0;      int rtype = 0;


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58