More conflict. Change log to writelog.

This commit is contained in:
John "Elwin" Edwards 2009-11-10 23:46:48 +00:00
parent 70a8187173
commit acb1a4fce9
3 changed files with 5 additions and 5 deletions

View file

@ -598,7 +598,6 @@ void killed(struct linked_list *item, int pr);
char * killname(int monst);
void lengthen(void (*func)(), int xtime);
void light(coord *cp);
void log(int amount, int flags, int monst);
void look(int wakeup);
void miss(char *er, char *ee);
void missile(int ydelta, int xdelta);
@ -686,3 +685,4 @@ void waste_time(void);
void wear(void);
void whatis(void);
void wield(void);
void writelog(int amount, int flags, int monst);