(gift): Remove the type argument, can be determined from the ptr
argument. Replace prship/prland/prplane/prnuke code with obj_nameof().
This commit is contained in:
parent
55107731cc
commit
f246f86542
4 changed files with 22 additions and 42 deletions
|
@ -57,7 +57,7 @@ extern void finish_server(void);
|
|||
*/
|
||||
extern int check_market(void);
|
||||
extern int sendmessage(struct natstr *, struct natstr *, char *, int);
|
||||
extern void gift(natid, natid, void *, int, char *);
|
||||
extern void gift(natid, natid, void *, char *);
|
||||
extern int display_mark(i_type, int);
|
||||
extern int want_to_abandon(struct sctstr *, i_type, int, struct lndstr *);
|
||||
extern int would_abandon(struct sctstr *, i_type, int, struct lndstr *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue