More conflict. Change log to writelog.
This commit is contained in:
parent
70a8187173
commit
acb1a4fce9
3 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue