(snxtitem): s_char purge.
This commit is contained in:
parent
ca595ddc3b
commit
422d8e517f
2 changed files with 5 additions and 5 deletions
|
@ -694,7 +694,7 @@ extern int shp_missile_defense(coord, coord, natid, int);
|
|||
extern void shp_missdef(struct shpstr *, natid);
|
||||
extern void shp_set_tech(struct shpstr *, int);
|
||||
/* snxtitem.c */
|
||||
extern int snxtitem(struct nstr_item *, int, s_char *);
|
||||
extern int snxtitem(struct nstr_item *, int, char *);
|
||||
/* snxtsct.c */
|
||||
extern int snxtsct(register struct nstr_sect *, char *);
|
||||
/* supply.c */
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
* for arguments to compile into the nstr.
|
||||
*/
|
||||
int
|
||||
snxtitem(struct nstr_item *np, int type, s_char *str)
|
||||
snxtitem(struct nstr_item *np, int type, char *str)
|
||||
{
|
||||
struct range range;
|
||||
int list[NS_LSIZE];
|
||||
|
@ -55,9 +55,9 @@ snxtitem(struct nstr_item *np, int type, s_char *str)
|
|||
coord cx, cy;
|
||||
int dist;
|
||||
int flags;
|
||||
s_char natnumber[16];
|
||||
s_char prompt[128];
|
||||
s_char buf[1024];
|
||||
char natnumber[16];
|
||||
char prompt[128];
|
||||
char buf[1024];
|
||||
|
||||
np->type = EF_BAD;
|
||||
np->sel = NS_UNDEF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue