Difference for server/monster.c from version 1.94 to 1.95


version 1.94 version 1.95
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.94 2005/10/28 19:08:53 akirschbaum Exp $";   *    "$Id: monster.c,v 1.95 2005/11/09 19:34:17 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1578
 
Line 1578
  * the conversation would continue on the new map, which probably isn't   * the conversation would continue on the new map, which probably isn't
  * what is really wanted either.   * what is really wanted either.
  */   */
 void communicate(object *op, char *txt) {  void communicate(object *op, const char *txt) {
     object *npc;      object *npc;
     int i, mflags;      int i, mflags;
     sint16 x, y;      sint16 x, y;


Legend:
line(s) removed in v.1.94 
line(s) changed
 line(s) added in v.1.95

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