Use plain char * instead of s_char *.

This commit is contained in:
Markus Armbruster 2004-09-10 18:18:31 +00:00
parent fac342ed49
commit 9dbc1cb5e3
11 changed files with 14 additions and 14 deletions

View file

@ -50,7 +50,7 @@ struct nukstr {
};
struct nchrstr {
s_char *n_name; /* warhead unit name */
char *n_name; /* warhead unit name */
int n_lcm; /* costs to build */
int n_hcm;
int n_oil;