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

@ -141,7 +141,7 @@ struct mchrstr {
u_char m_nchoppers; /* maximum number of choppers */
u_char m_fuelc; /* fuel capacity */
u_char m_fuelu; /* fuel used per 10 mob */
s_char *m_name; /* full name of type of ship */
char *m_name; /* full name of type of ship */
int m_tech; /* tech required to build */
int m_cost; /* how much it costs to build */
long m_flags; /* what special things can this ship do */