Difference for server/init.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.18 2001/06/14 08:52:07 gros Exp $";   *   "$Id: init.c,v 1.19 2001/07/14 04:11:18 mwedel Exp $";
  */   */
   
 /*  /*
Line 549
 
Line 549
 #else  #else
   printf("Shop listings:\t<false>\n");    printf("Shop listings:\t<false>\n");
 #endif  #endif
 #ifdef RANDOM_ENCOUNTERS  
   printf("Random encounter:\t<true>\n");  
 #else  
   printf("Random encounter:\t<false>\n");  
 #endif  
   printf("Max_time:\t%d\n",MAX_TIME);    printf("Max_time:\t%d\n",MAX_TIME);
   
 #ifdef WIN32 /* ***win32 compile_info(): remove execl... */  #ifdef WIN32 /* ***win32 compile_info(): remove execl... */


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

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