I keep getting the error
clan.c:21: two or more data types in declaration of 'clan'
my line 21 is
struct clan_data clan[MAX_CLANS];
clan_data is
struct clan_data {
char name[20];
int number;
int leader;
int bank;
int members;
}
"The eyes are the windows to the soul."
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST