Difference for server/timers.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 3
 
Line 3
 #include <sproto.h>  #include <sproto.h>
 #endif  #endif
   
   static void cftimer_process_event(object* ob);
   
 /*****************************************************************************/  /*****************************************************************************/
 /* Processes all timers.                                                     */  /* Processes all timers.                                                     */
 /*****************************************************************************/  /*****************************************************************************/
Line 36
 
Line 38
 /*****************************************************************************/  /*****************************************************************************/
 /* Triggers the EVENT_TIMER of the given object                              */  /* Triggers the EVENT_TIMER of the given object                              */
 /*****************************************************************************/  /*****************************************************************************/
 void cftimer_process_event(object* ob)  static void cftimer_process_event(object* ob)
 {  {
     execute_event(ob, EVENT_TIMER,NULL,NULL,NULL,SCRIPT_FIX_ALL);      execute_event(ob, EVENT_TIMER,NULL,NULL,NULL,SCRIPT_FIX_ALL);
 }  }


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

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:52