(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_missdef(struct shpstr *, natid);
|
||||||
extern void shp_set_tech(struct shpstr *, int);
|
extern void shp_set_tech(struct shpstr *, int);
|
||||||
/* snxtitem.c */
|
/* snxtitem.c */
|
||||||
extern int snxtitem(struct nstr_item *, int, s_char *);
|
extern int snxtitem(struct nstr_item *, int, char *);
|
||||||
/* snxtsct.c */
|
/* snxtsct.c */
|
||||||
extern int snxtsct(register struct nstr_sect *, char *);
|
extern int snxtsct(register struct nstr_sect *, char *);
|
||||||
/* supply.c */
|
/* supply.c */
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
* for arguments to compile into the nstr.
|
* for arguments to compile into the nstr.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
snxtitem(struct nstr_item *np, int type, s_char *str)
|
snxtitem(struct nstr_item *np, int type, char *str)
|
||||||
{
|
{
|
||||||
struct range range;
|
struct range range;
|
||||||
int list[NS_LSIZE];
|
int list[NS_LSIZE];
|
||||||
|
@ -55,9 +55,9 @@ snxtitem(struct nstr_item *np, int type, s_char *str)
|
||||||
coord cx, cy;
|
coord cx, cy;
|
||||||
int dist;
|
int dist;
|
||||||
int flags;
|
int flags;
|
||||||
s_char natnumber[16];
|
char natnumber[16];
|
||||||
s_char prompt[128];
|
char prompt[128];
|
||||||
s_char buf[1024];
|
char buf[1024];
|
||||||
|
|
||||||
np->type = EF_BAD;
|
np->type = EF_BAD;
|
||||||
np->sel = NS_UNDEF;
|
np->sel = NS_UNDEF;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue