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


version 1.6 version 1.7
Line 438
 
Line 438
     ordered_commands=1;      ordered_commands=1;
 }  }
   
 CFanimationHook* get_command (char* command)  static CFanimationHook *get_command(char *command)
 {  {
     CFanimationHook dummy;      CFanimationHook dummy;
     dummy.name=command;      dummy.name=command;
Line 449
 
Line 449
                       sizeof(CFanimationHook), compareAnims);                        sizeof(CFanimationHook), compareAnims);
 }  }
   
 CFmovement* parse_animation_block (char* buffer, size_t buffer_size,FILE* fichier, CFanimation* parent)  static CFmovement *parse_animation_block(char *buffer, size_t buffer_size, FILE *fichier, CFanimation *parent)
 {  {
     CFmovement* first=NULL;      CFmovement* first=NULL;
     CFmovement* current=NULL;      CFmovement* current=NULL;
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(void)  static CFanimation *create_animation(void)
 {  {
     CFanimation* new;      CFanimation* new;
     CFanimation* current;      CFanimation* current;
Line 832
 
Line 832
     fclose (fichier);      fclose (fichier);
     return 1;      return 1;
 }  }
 void animate_one(CFanimation* animation, long int milliseconds)  static void animate_one(CFanimation *animation, long int milliseconds)
 {  {
     CFmovement* current;      CFmovement* current;
   


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

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