Use plain char * instead of s_char *.
This commit is contained in:
parent
fac342ed49
commit
9dbc1cb5e3
11 changed files with 14 additions and 14 deletions
|
@ -82,7 +82,7 @@ struct plnstr {
|
|||
#define PLN_AIRBURST bit(2) /* Airburst the nuke we're armed with */
|
||||
|
||||
struct plchrstr {
|
||||
s_char *pl_name; /* full name of type of plane */
|
||||
char *pl_name; /* full name of type of plane */
|
||||
int pl_lcm; /* costs to build */
|
||||
int pl_hcm;
|
||||
int pl_cost;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue