version 1.94 | | version 1.95 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* 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; |