Difference for server/commands.c from version 1.43 to 1.44


version 1.43 version 1.44
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.43 2004/08/15 17:03:08 ryo_saeba Exp $";   *   "$Id: commands.c,v 1.44 2004/09/26 09:42:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 244
 
Line 244
   {"set_god", command_setgod, 0.0},    {"set_god", command_setgod, 0.0},
   {"speed", command_speed,0.0},    {"speed", command_speed,0.0},
   {"ssdumptable", command_ssdumptable,0.0},    {"ssdumptable", command_ssdumptable,0.0},
     {"stack_clear", command_stack_clear, 0.0 },
   {"stack_list", command_stack_list, 0.0},    {"stack_list", command_stack_list, 0.0},
   {"stack_pop", command_stack_pop, 0.0 },    {"stack_pop", command_stack_pop, 0.0 },
   {"stack_push", command_stack_push, 0.0 },    {"stack_push", command_stack_push, 0.0 },


Legend:
line(s) removed in v.1.43 
line(s) changed
 line(s) added in v.1.44

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